Skip to main content
Module

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

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

Trim end action type.

Properties

readonly
type: "trim_end"

The action type.

readonly
reference: trimEnd

The action reference.