# guard: Guard {}

## `guard: Guard {}`

{% code title="guard.object.ts" %}

```typescript
const guard: Guard = Object.freeze({ ...guardIs });
```

{% endcode %}
