function assertNever(_x, msg): never;Defined in: packages/common/src/utils/assertNever.ts:10
Asserts that a value is never.
| Parameter | Type | Description |
|---|---|---|
|
| The value to assert. |
|
| The message to throw if the value is not never. |
never
Always throws an error.