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