Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.28.1/mod.ts";

Pipe type.

definition: (BaseValidation<TInput> | BaseTransformation<TInput>)[]