Skip to main content
Module

x/valibot/mod.ts>BaseTransformation

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

Base transformation type.

Type Parameters

optional
TInput = any
definition: { async: false; _parse(input: TInput): PipeActionResult<TInput>; }