Constructs external module.
If external module with the given name already exists, then returns it instead.
External module name.
Module moduleName used as module identifier.
The name of the module to use in the import clause.
Creates symbol imported from this module with custom naming.
Import naming type.
Name of symbol to import.
Import initialization options.
Imported symbol instance.
Creates symbol imported from this module.
Imported symbol instance.
Starts imports from this module to the given collection of import declarations.
Called at most once per bundle when first import added.
Target collection of import declaration.
Collection of imports from this module to the given collection of import declarations.
Static
byFinds previously created external module with the given name, or creates one if not created yet.
External module name.
External module instance.
Generated using TypeDoc
External module to import symbols from.
Module instances are identified by their name and cached.