Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/value_schema/dist-deno/appliers/string/trims.ts>applyTo

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, Deno, and Bun
Latest
function applyTo
import { applyTo } from "https://deno.land/x/value_schema@v4.0.0/dist-deno/appliers/string/trims.ts";

apply schema

Parameters

values: Values

input/output values

rules: Rules

rules

_keyStack: Key[]

key stack for error handling

Returns

values is Values<string>

escapes from applyTo chain or not