Type Guards
Type guards are functions that check if a value is of a specific type. They are used to narrow down the type of a value in TypeScript, allowing for better type safety and improved code readability.
| Type Guard | Description |
|---|---|
hasQuery | Type guard to check if the |
