Optional
start: numberOptional
end: numberAlias for the given import. E.g. for a "* as ..." import.
AliasedImport
Optional
endThe ending character of the node in the document.
Node
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
Indicates if the given import is "new" or a parsed one.
Import
Clone the current import object.
NamespaceImport
Generated using TypeDoc
Import that imports a whole namespace (i.e. import * as foobar from 'foobar';).
Export
Implements