Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NamedExport

Declares a named export (i.e. export { Foobar } from ...).

export
class

NamedExport

implements

{Export}

Hierarchy

  • NamedExport

Implements

Index

Constructors

Properties

Constructors

constructor

  • new NamedExport(start: number, end: number, from: string): NamedExport

Properties

end

end: number

from

from: string

specifiers

specifiers: SymbolSpecifier[] | undefined

start

start: number

Generated using TypeDoc