Interface for exportable declarations. Does contain information about the export status of a declaration.
ExportableDeclaration
{Declaration}
The ending character of the node in the document.
{number}
Node
Indicates if the declaration is exported (i.e. export function ...) or not.
{boolean}
The name of the declaration.
{string}
Declaration
The starting character of the node in the document.
Generated using TypeDoc
Interface for exportable declarations. Does contain information about the export status of a declaration.
ExportableDeclaration
{Declaration}