# inferExports

**Kind:** Function

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/services/entity-mapper.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/services/entity-mapper.service.ts#L393)

Infer whether an entity is exported.
Checks extended entity properties (ComponentEntity.exports, etc.)
and metadata. Defaults to true if we can't determine.

## Signature

```ts
function inferExports(entity: ParserCoreEntity): boolean
```

## Parameters

| Name | Type |
|---|---|
| `entity` | `ParserCoreEntity` |

**Returns:** `boolean`
