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

x/valibot/src/actions/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@v1.0.0-beta.2-to-json-schema/src/actions/index.ts";

Creates a raw transformation action.

Type Parameters

TInput
TOutput

Parameters

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

The transformation action.