Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/ast-helpers.ts
Extract exported names from export declarations
Signature
tsfunction extractExportedNamesFromDeclaration(path: NodePath<t.ExportNamedDeclaration | t.ExportDefaultDeclaration>): Set<string>
Parameters
| Name | Type |
|---|---|
path | `NodePath<t.ExportNamedDeclaration |
Returns: Set<string>
Was this page helpful?