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