Skip to main content

Class: ModuleStore

Represents a core module store that stores IDs mapped to file paths.

Implements

Constructors

constructor

new ModuleStore(): ModuleStore

Returns

ModuleStore

Properties

commands

commands: Map<string, string>

Implementation of

CoreModuleStore.commands

Defined in

src/core/structures/module-store.ts:11


metadata

metadata: WeakMap<Module, CommandMeta>

Implementation of

CoreModuleStore.metadata

Defined in

src/core/structures/module-store.ts:10