Kind: Function
Source: atloria-monorepo/libs/parser-core/src/orchestrator/create-default-orchestrator.ts
Register the default parser set onto an existing orchestrator (idempotent per name).
Signature
tsfunction registerDefaultParsers(orchestrator: ParserOrchestrator): ParserOrchestrator
Parameters
| Name | Type |
|---|---|
orchestrator | ParserOrchestrator |
Returns: ParserOrchestrator
Was this page helpful?