import { executePipe } from "https://deno.land/x/valibot@v0.5.0/src/index.ts";
Executes the validation and transformation pipe.
Parameters
input: TValue
The input value.
info: ValidateInfo
The validation info.
x/valibot/src/index.ts>executePipe
import { executePipe } from "https://deno.land/x/valibot@v0.5.0/src/index.ts";
Executes the validation and transformation pipe.
The input value.
The validation info.