π§
Still under progress. Soon will be finished.
Description
Result of an export after serializing it
Properties
Name | Type | Description |
---|---|---|
name |
|
The name of the symbol getting exported. If itβs a star export, it will be a β*β. |
kind |
|
The type of export |
originalName |
|
In case the export symbol has been renamed, this is the original symbol
name before being renamed (using the |
typeOnly |
|
Whether the export is type only |
module |
|
If the export is reexporting another module, this will be the path of the re-exported module. Example: export * from β./my-module.jsβ; |