Skip to main content
Module

x/valibot/mod.ts>executePipe

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

Executes the validation and transformation pipe.

Parameters

input: TValue

The input value.

pipe: Pipe<TValue> | undefined

The pipe to be executed.

parseInfo: ParseInfo | undefined

The validation info.

reason: IssueReason

Returns

The output value.