number
Summary
Create a schema that accepts finite numbers (excluding NaN and Infinity).
Signature
function number(): Schema<unknown, number>;
Returns
A schema that produces a number
Create a schema that accepts finite numbers (excluding NaN and Infinity).
function number(): Schema<unknown, number>;
A schema that produces a number