Type alias EsDeclarationLocation

EsDeclarationLocation: "bundle" | "exports"

Location of symbol declaration.

One of:

  • bundle - for top-level symbol internal to the bundle,
  • exports - for top-level symbol exported from the bundle.

Generated using TypeDoc