Skip to main content
Module

x/valibot/mod.ts>NumberSchema

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias NumberSchema
Re-export
import { type NumberSchema } from "https://deno.land/x/valibot@v0.17.1/mod.ts";

Number schema type.

Type Parameters

optional
TOutput = number
definition: BaseSchema<number, TOutput> & { schema: "number"; }