# checkIfExported

**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#L587)

Check if a name is exported

## Signature

```ts
function checkIfExported(name: string, exportedNames: Set<string>): boolean
```

## Parameters

| Name | Type |
|---|---|
| `name` | `string` |
| `exportedNames` | `Set<string>` |

**Returns:** `boolean`
