Skip to main content
Module

x/jason/mod.ts>NumberInit

A composable validation library for TypeScript and JavaScript with amazing type support.
Latest
interface NumberInit
implements Partial<MinMax>
import { type NumberInit } from "https://deno.land/x/jason@0.1.3/mod.ts";

Properties

optional
customValidator: Validator<number>["validate"]