Deprecated
Use object
with rest
argument instead.
import { strict } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
Creates a strict object schema that throws an error if an input contains unknown keys.
Type Parameters
TSchema extends ObjectSchema<ObjectEntries, undefined>
Parameters
schema: TSchema
A object schema.
optional
message: ErrorMessage = [UNSUPPORTED]The error message.