Skip to main content
Module

x/value_schema/dist-deno/appliers/transform.ts>Rules

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, Deno, and Bun
Go to Latest
interface Rules
import { type Rules } from "https://deno.land/x/value_schema@v4.0.0-rc.2/dist-deno/appliers/transform.ts";

Properties

optional
transform: (value: T, fail: () => never) => T

transformer function