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

Hierarchy

  • NamedImport

Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

defaultAlias?: string
end?: number

The ending character of the node in the document.

Memberof

Node

libraryName: string

The library name of the given import (This actually is the part after the import statement).

Example

"express"

Memberof

Import

specifiers: SymbolSpecifier[] = []
start?: number

The starting character of the node in the document.

Memberof

Node

Accessors

Methods

Generated using TypeDoc