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