Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
function rawTransformAsync
import { rawTransformAsync } from "https://deno.land/x/valibot@v0.35.0/src/actions/rawTransform/index.ts";

Creates a raw transformation action.

Type Parameters

TInput
TOutput

Parameters

action: (context: Context<TInput>) => MaybePromise<TOutput>

The transformation action.