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
Go to Latest
function applyTo
import { applyTo } from "https://deno.land/x/value_schema@v3.1.2/dist-deno/appliers/ifNull.ts";

apply schema

Parameters

values: Values

input/output values

options: Options<T>

options

keyStack: Key[]

key stack for error handling

Returns

values is Values<T>

escapes from applyTo chain or not