import { assert } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/methods/assert/assert.ts";
Checks if the input matches the schema. As this is an assertion function, it can be used as a type guard.
Parameters
schema: TSchema
The schema to be used.