Kind: Function
Source: atloria-monorepo/apps/parser-orchestrator/src/queue/processors/parser-registry.ts
Get a parser instance by name
Signature
tsfunction getParserInstance(name: string): IParser | undefined
Parameters
| Name | Type |
|---|---|
name | string |
Returns: IParser | undefined
Was this page helpful?