Skip to main content
Module

x/valibot/mod.ts>BaseTransformationAsync

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

Base transformation async type.

Type Parameters

optional
TInput = any

Properties

type: string

The transformation type.

async: true

Whether it's async.

Methods

_parse(input: TInput): Promise<PipeActionResult<TInput>>

Parses unknown input based on its requirement.