API reference / @evolu/common / Assert
Assert
Variables
| Variable | Description |
|---|---|
| assert | Ensures a condition is true, throwing an error with the provided message if not. |
| assertNonEmptyArray | Asserts that an array is non-empty. |
| assertNonEmptyReadonlyArray | Asserts that a readonly array is non-empty. |