Optional
start: numberOptional
end: numberOptional
defaultOptional
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.
NamedImport
Generated using TypeDoc
Basic typescript import (ES6 style). Does contain multiple symbols of a file and converts itself to a multiline import if the threshold is reached. Can also contain a default import part. (i.e. import {Foobar} from ...).
Export
Implements