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

x/valibot/src/index.ts>ToTrimmedTransformation

The modular and type safe schema library for validating structural data 🤖
Go to Latest
type alias ToTrimmedTransformation
import { type ToTrimmedTransformation } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";

To trimmed transformation type.

definition: BaseTransformation<string> & { type: "to_trimmed"; }