import { rawTransformAsync } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/actions/rawTransform/index.ts";
Creates a raw transformation action.
Parameters
action: (context: Context<TInput>) => MaybePromise<TOutput>
The transformation action.
Returns
A raw transform action.