import { parse } from "https://deno.land/x/valibot@v0.28.1/mod.ts";
Parses an unknown input based on a schema.
Parameters
schema: TSchema
The schema to be used.
import { parse } from "https://deno.land/x/valibot@v0.28.1/mod.ts";
Parses an unknown input based on a schema.
The schema to be used.