Class: ModuleStore
Represents a core module store that stores IDs mapped to file paths.
Implements
Constructors
constructor
• new ModuleStore()
Properties
commands
• commands: Map<string, string>
Implementation of
Defined in
src/core/structures/module-store.ts:11
metadata
• metadata: WeakMap<Module, CommandMeta>