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