feat: add tabs for v3/v4

This commit is contained in:
DuroCodes
2024-05-10 14:42:21 -04:00
parent a2fc1f66c0
commit a441e57439
99 changed files with 4508 additions and 24 deletions

View File

@@ -0,0 +1,36 @@
---
editUrl: false
next: false
prev: false
title: "ModuleStore"
---
## Constructors
### new ModuleStore()
> **new ModuleStore**(): [`ModuleStore`](/api/classes/modulestore/)
#### Returns
[`ModuleStore`](/api/classes/modulestore/)
## Properties
### commands
> **commands**: `Map`\<`string`, `Module`\>
#### Source
[src/core/structures/module-store.ts:10](https://github.com/sern-handler/handler/blob/91b3768e376cfe22ec37d8ab44f4e4a4dfe8a1e8/src/core/structures/module-store.ts#L10)
***
### metadata
> **metadata**: `WeakMap`\<`Module`, `CommandMeta`\>
#### Source
[src/core/structures/module-store.ts:9](https://github.com/sern-handler/handler/blob/91b3768e376cfe22ec37d8ab44f4e4a4dfe8a1e8/src/core/structures/module-store.ts#L9)