Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/transformations/toLowerCase/toLowerCase.ts>ToLowerCaseTransformation

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

To lower case transformation type.

Properties

type: "to_lower_case"

The transformation type.