import { parse } from "https://deno.land/x/valibot@v0.28.1/src/index.ts";
Parses an unknown input based on a schema.
Type Parameters
TSchema extends BaseSchema
Parameters
schema: TSchema
The schema to be used.
optional
config: SchemaConfigThe parse configuration.