# registerDefaultParsers

**Kind:** Function

**Source:** [`atloria-monorepo/libs/parser-core/src/orchestrator/create-default-orchestrator.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/orchestrator/create-default-orchestrator.ts#L67)

Register the default parser set onto an existing orchestrator (idempotent per name).

## Signature

```ts
function registerDefaultParsers(orchestrator: ParserOrchestrator): ParserOrchestrator
```

## Parameters

| Name | Type |
|---|---|
| `orchestrator` | `ParserOrchestrator` |

**Returns:** `ParserOrchestrator`
