Skip to main content
Module

x/value_schema/dist-deno/exporter.ts>NullableRules

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, Deno, and Bun
Latest
type alias NullableRules
Re-export
import { type NullableRules } from "https://deno.land/x/value_schema@v4.0.0/dist-deno/exporter.ts";
definition: { ifNull: null; } | { ifUndefined: null; } | { ifEmptyString: null; }