Skip to main content
Module

x/valibot/src/actions/index.ts>normalize

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function normalize
import { normalize } from "https://deno.land/x/valibot@v0.36.0/src/actions/index.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.