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
interface BaseTransformation
Re-export
import { type BaseTransformation } from "https://deno.land/x/valibot@v0.30.0/mod.ts";

Base transformation type.

Type Parameters

optional
TInput = any

Properties

type: string

The transformation type.

async: false

Whether it's async.

Methods

_parse(input: TInput): PipeActionResult<TInput>

Parses unknown input based on its requirement.