Skip to main content
Module

x/valibot/mod.ts>getErrorAndPipe

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

Returns error and pipe from dynamic arguments.

Type Parameters

TPipe extends Pipe<any>

Parameters

optional
arg1: string | TPipe

First argument.

optional
arg2: TPipe

Second argument.

Returns

{ error: string | undefined; pipe: TPipe; }

The error and pipe.