import { boolean } from "https://deno.land/x/valibot@v0.5.0/src/schemas/boolean/boolean.ts";
Creates a boolean schema.
Parameters
optional
pipe: Pipe<boolean>A validation and transformation pipe.
Returns
A boolean schema.
Creates a boolean schema.
Parameters
optional
pipe: Pipe<boolean>A validation and transformation pipe.
Returns
A boolean schema.