Skip to main content
Module

x/valibot/src/actions/toUpperCase/index.ts>ToUpperCaseAction

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

To upper case action type.

Properties

readonly
type: "to_upper_case"

The action type.

readonly
reference: toUpperCase

The action reference.