Skip to main content
Module

x/valibot/mod.ts>Pipe

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias Pipe
Re-export
import { type Pipe } from "https://deno.land/x/valibot@v0.9.0/mod.ts";

Validation and transformation pipe type.

definition: ((value: TValue, info: ValidateInfo) => TValue)[]