mirror of
https://github.com/sern-handler/website
synced 2026-06-08 08:52:23 +00:00
52 lines
1.1 KiB
Markdown
52 lines
1.1 KiB
Markdown
---
|
|
id: "ModuleStore"
|
|
title: "Class: ModuleStore"
|
|
sidebar_label: "ModuleStore"
|
|
sidebar_position: 0
|
|
custom_edit_url: null
|
|
---
|
|
|
|
Represents a core module store that stores IDs mapped to file paths.
|
|
|
|
## Implements
|
|
|
|
- [`CoreModuleStore`](../interfaces/CoreModuleStore.md)
|
|
|
|
## Constructors
|
|
|
|
### constructor
|
|
|
|
• **new ModuleStore**(): [`ModuleStore`](ModuleStore.md)
|
|
|
|
#### Returns
|
|
|
|
[`ModuleStore`](ModuleStore.md)
|
|
|
|
## Properties
|
|
|
|
### commands
|
|
|
|
• **commands**: `Map`<`string`, `string`\>
|
|
|
|
#### Implementation of
|
|
|
|
[CoreModuleStore](../interfaces/CoreModuleStore.md).[commands](../interfaces/CoreModuleStore.md#commands)
|
|
|
|
#### Defined in
|
|
|
|
[src/core/structures/module-store.ts:11](https://github.com/sern-handler/handler/blob/9d5c6c7/src/core/structures/module-store.ts#L11)
|
|
|
|
___
|
|
|
|
### metadata
|
|
|
|
• **metadata**: `WeakMap`<`Module`, `CommandMeta`\>
|
|
|
|
#### Implementation of
|
|
|
|
[CoreModuleStore](../interfaces/CoreModuleStore.md).[metadata](../interfaces/CoreModuleStore.md#metadata)
|
|
|
|
#### Defined in
|
|
|
|
[src/core/structures/module-store.ts:10](https://github.com/sern-handler/handler/blob/9d5c6c7/src/core/structures/module-store.ts#L10)
|