import * as valibot from "https://deno.land/x/valibot@v0.9.0/src/methods/strict/index.ts";
Functions
Creates a strict object schema that throws an error if an input contains unknown keys. | |
Creates a strict async object schema that throws an error if an input contains unknown keys. |