# extractExportedNamesFromDeclaration

**Kind:** Function

**Source:** [`atloria-monorepo/libs/parser-core/src/utils/ast-helpers.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/utils/ast-helpers.ts#L540)

Extract exported names from export declarations

## Signature

```ts
function extractExportedNamesFromDeclaration(path: NodePath<t.ExportNamedDeclaration | t.ExportDefaultDeclaration>): Set<string>
```

## Parameters

| Name | Type |
|---|---|
| `path` | `NodePath<t.ExportNamedDeclaration | t.ExportDefaultDeclaration>` |

**Returns:** `Set<string>`
