API Reference / @evolu/common / Types / IntentionalNever

Type Alias: IntentionalNever

type IntentionalNever = never;

Defined in: packages/common/src/Types.ts:79

A type alias for never that is used intentionally when casting is not needed and unit tests exist to ensure correctness.

Was this page helpful?