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 import interface. Defines an import in a document. If no start and end points are given, the import is considered "new".
Export
Interface
Import