Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SymbolSpecifier

Class for symbols that are contained in a named import or export or anywhere. Basically an aliased object. (i.e. import {SYMBOL} from '...').

export
class

SymbolSpecifier

implements

{Clonable}

Hierarchy

  • SymbolSpecifier

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new SymbolSpecifier(specifier: string, alias?: undefined | string): SymbolSpecifier

Properties

Optional alias

alias: undefined | string

specifier

specifier: string

Methods

clone

Generated using TypeDoc