Optional
start: numberOptional
end: numberOptional
endThe ending character of the node in the document.
Node
Private
exportedReadonly
isIndicates if the declaration is exported (i.e. export function ...) or not.
ExportableDeclaration
The name of the declaration.
Declaration
Private
resourceOptional
startThe starting character of the node in the document.
Node
Generated using TypeDoc
Default declaration. Is used when a file exports something as its default. Primary use is to ask the user about a name for the default export. Is kind of an abstract declaration since there is no real declaration.
Export
Implements