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