boolean
Summary
Create a schema that accepts booleans.
Signature
function boolean(): Schema<unknown, boolean>;
Returns
A schema that produces a boolean
Create a schema that accepts booleans.
function boolean(): Schema<unknown, boolean>;
A schema that produces a boolean