Skip to content

remix/data-schema · Function

View Source

any

Summary

Create a schema that accepts any value without validation.

Signature

function any(): Schema<any, unknown>

Returns

A schema that produces unknown