Skip to main content
Module

x/valibot/mod.ts>toTrimmed

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function toTrimmed
import { toTrimmed } from "https://deno.land/x/valibot@v0.25.0/mod.ts";

Creates a pipeline transformation action that removes the leading and trailing white space and line terminator characters from a string.

Returns

A transformation action.