Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AssignedExport

Declares an all export (i.e. export * from ...).

export
class

AssignedExport

implements

{Export}

Hierarchy

  • AssignedExport

Implements

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new AssignedExport(start: number, end: number, declarationIdentifier: string, resource: Resource): AssignedExport

Properties

declarationIdentifier

declarationIdentifier: string

end

end: number

Private resource

resource: Resource

start

start: number

Accessors

exported

  • Returns a list of exported objects of this export. This returns a list of possible exportable declarations or further exported resources.

    readonly
    type

    {((ExportableDeclaration | Resource)[])}

    memberof

    AssignedExport

    Returns (ExportableDeclaration | Resource)[]

Generated using TypeDoc