Kind: Function
Source: atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts
Check if a name is exported
Signature
tsfunction checkIfExported(name: string, exportedNames: Set<string>): boolean
Parameters
| Name | Type |
|---|---|
name | string |
exportedNames | Set<string> |
Returns: boolean
Was this page helpful?