* Mark the specific module as inactive
(id: keyof typeof modules)
| 32 | * Mark the specific module as inactive |
| 33 | */ |
| 34 | inactiveModule(id: keyof typeof modules): boolean; |
| 35 | /** |
| 36 | * Get the specific constant by id |
| 37 | */ |
no outgoing calls
no test coverage detected