UNPKG

xsschema

Version:

extra-small, Standard Schema-based alternative to typeschema.

9 lines (6 loc) 278 B
import { t as tryImport } from './index-CAcLDIRJ.js'; const getToJsonSchemaFn = async () => { const { toJsonSchema } = await tryImport(import('@valibot/to-json-schema'), "@valibot/to-json-schema"); return (schema) => toJsonSchema(schema); }; export { getToJsonSchemaFn };