# hasParser

**Kind:** Function

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/queue/processors/parse.processor.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/queue/processors/parse.processor.ts#L57)

Check if a parser is registered

## Signature

```ts
function hasParser(name: string): boolean
```

## Parameters

| Name | Type |
|---|---|
| `name` | `string` |

**Returns:** `boolean`
