InternalModuleDeclaration
InternalModuleDeclaration: Object
Properties
dependencies
string[]definition
Partial<ModuleDefinition>resolve
string | ModuleExportsoptions
Record<string, unknown>alias
stringIf multiple modules are registered with the same key, the alias can be used to differentiate them
main
booleanIf the module is the main module for the key when multiple ones are registered
Was this section helpful?