Kind: Function
Source: atloria-monorepo/apps/parser-orchestrator/src/queue/processors/parse.processor.ts
Check if a parser is registered
Signature
tsfunction hasParser(name: string): boolean
Parameters
| Name | Type |
|---|---|
name | string |
Returns: boolean
Kind: Function
Source: atloria-monorepo/apps/parser-orchestrator/src/queue/processors/parse.processor.ts
Check if a parser is registered
tsfunction hasParser(name: string): boolean
| Name | Type |
|---|---|
name | string |
Returns: boolean
Was this page helpful?