API reference › @evolu/common › Type › NonNaNError
Defined in: packages/common/src/Type.ts:7833
Error returned when nonNaN rejects NaN.
Extends
TypeError<"NonNaN">
Properties
type
readonly type: "NonNaN";
Defined in: packages/common/src/Type.ts:893
Inherited from
value
readonly value: number;
Defined in: packages/common/src/Type.ts:7834