Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/actions/rawTransform/rawTransformAsync.ts>RawTransformActionAsync

The modular and type safe schema library for validating structural data 🤖
Latest
interface RawTransformActionAsync
implements BaseTransformationAsync<TInput, TOutput, RawTransformIssue<TInput>>
import { type RawTransformActionAsync } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/src/actions/rawTransform/rawTransformAsync.ts";

Raw transform action async type.

Type Parameters

TInput
TOutput

Properties

readonly
type: "raw_transform"

The action type.

readonly
reference: rawTransformAsync

The action reference.