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/ifNull.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/ifNull.ts";

apply schema

Parameters

values: Values

input/output values

rules: Rules<T>

rules

keyStack: Key[]

key stack for error handling

Returns

values is Values<T>

escapes from applyTo chain or not