🚧 Still under progress. Soon will be finished.

Export

INTERFACE code

Description

Result of an export after serializing it

Properties

Name Type Description
name string

The name of the symbol getting exported. If it’s a star export, it will be a β€œ*”.

kind ExportKind

The type of export

originalName string

In case the export symbol has been renamed, this is the original symbol name before being renamed (using the as keyword).

typeOnly boolean

Whether the export is type only

module string

If the export is reexporting another module, this will be the path of the re-exported module. Example: export * from β€˜./my-module.js’;