import { rawTransformAsync } from "https://deno.land/x/valibot@v0.35.0/src/index.ts";
Creates a raw transformation action.
Parameters
action: (context: Context<TInput>) => MaybePromise<TOutput>
The transformation action.
Returns
A raw transform action.