Skip to main content
Module

x/value_schema/dist-deno/appliers/converter.ts>Options

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, Deno, and Bun
Go to Latest
interface Options
import { type Options } from "https://deno.land/x/value_schema@v3.1.2/dist-deno/appliers/converter.ts";

Properties

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

converter function