Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/src/index.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.11.1/src/index.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.