Alias for the given import. E.g. for a "* as ..." import.
AliasedImport
Optional
endThe ending character of the node in the document.
Node
Readonly
isIndicates if the given import is "new" or a parsed one.
Import
The library name of the given import (This actually is the part after the import statement).
"express"
Import
Optional
startThe starting character of the node in the document.
Node
Generated using TypeDoc
Basic interface for aliased imports. Defines an alias for namespace imports and other aliased imports.
Export
Interface
AliasedImport