import { normalize } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/mod.ts";
Creates a normalize transformation action.
Returns
NormalizeAction<undefined>
A normalize action.
Creates a normalize transformation action.
Type Parameters
TForm extends NormalizeForm | undefined
Parameters
form: TForm
The normalization form.
Returns
A normalize action.