Skip to main content
Module

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

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface NormalizeAction
implements BaseTransformation<string, string, never>
import { type NormalizeAction } from "https://deno.land/x/valibot@v0.36.0/src/actions/index.ts";

Normalize action type.

Type Parameters

TForm extends NormalizeForm | undefined

Properties

readonly
type: "normalize"

The action type.

readonly
reference: normalize

The action reference.

readonly
form: TForm

The normalization form.