remix/data-schema · FunctionView Source
null_
Summary
Create a schema that accepts null.
Signature
function null_(): Schema<unknown, null>;
Returns
A schema that produces null
Create a schema that accepts null.
function null_(): Schema<unknown, null>;
A schema that produces null