HarvestedExport Type
One export of the entry module, aliases already followed to their origin so re-exports appear once under the name they are exported as. A global type library has no module to export from, and its ambient declarations arrive here too - see `ExportOrigin`.
Record fields
| Record Field |
Description
|
Full Usage:
Docs
Field type: string
|
`getDocumentationComment`, already rendered to plain text by the wire.
|
Full Usage:
ExportName
Field type: string
|
The name the entry module exports it under - `"default"` for a default export, and the declared name for an ambient global, which is exported under nothing.
|
|
|
|
|
|
The origin symbol (`getAliasedSymbol` applied until stable).
|
|
|