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

Hierarchy

  • DefaultDeclaration

Implements

Constructors

Properties

end?: number

The ending character of the node in the document.

Memberof

Node

exported: undefined | Declaration
isExported: boolean = true

Indicates if the declaration is exported (i.e. export function ...) or not.

Memberof

ExportableDeclaration

name: string

The name of the declaration.

Memberof

Declaration

resource: Resource
start?: number

The starting character of the node in the document.

Memberof

Node

Accessors

Generated using TypeDoc