# verifyLayoutConstraints

Canonical: https://docs.shumoku.dev/en/library/api/verifyLayoutConstraints
Language: en

@shumoku/core · 0.4.0 · function

# verifyLayoutConstraints

[Source](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/layout/constraints.ts#L167)

Verify a ResolvedLayout against the registry. Every check derives its parameters from the specs above — no second source of truth.

```
verifyLayoutConstraints(layout: ResolvedLayout): ConstraintReport
```

## Parameters

| Parameter | Type | Description | Default |
| --- | --- | --- | --- |
| `layout` | `ResolvedLayout` | No additional description. | `—` |

## Returns

```
ConstraintReport
```

[`libs/@shumoku/core/src/layout/constraints.ts:167`](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/layout/constraints.ts#L167)
