import { type PipeAsync } from "https://deno.land/x/valibot@v0.5.0/src/types.ts";
Async validation and transformation pipe type.
definition: ((value: TValue, info: ValidateInfo) => TValue | Promise<TValue>)[]
import { type PipeAsync } from "https://deno.land/x/valibot@v0.5.0/src/types.ts";
Async validation and transformation pipe type.