Interface AliasedImport

Basic interface for aliased imports. Defines an alias for namespace imports and other aliased imports.

Export

Interface

AliasedImport

Hierarchy

Implemented by

Properties

Methods

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

isNew: boolean

Indicates if the given import is "new" or a parsed one.

Memberof

Import

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

Methods

Generated using TypeDoc