Deprecated
Use object
with rest
argument instead.
import { passthrough } from "https://deno.land/x/valibot@v0.24.0/src/methods/index.ts";
Creates an object schema that passes unknown keys.
Parameters
schema: TSchema
A object schema.
Use object
with rest
argument instead.
import { passthrough } from "https://deno.land/x/valibot@v0.24.0/src/methods/index.ts";
Creates an object schema that passes unknown keys.
A object schema.