Import that imports a whole namespace (i.e. import * as foobar from 'foobar';).

Export

Implements

Hierarchy

  • NamespaceImport

Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

alias: string

Alias for the given import. E.g. for a "* as ..." import.

Memberof

AliasedImport

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

start?: number

The starting character of the node in the document.

Memberof

Node

Accessors

Methods

Generated using TypeDoc