Skip to main content
Module

x/valibot/mod.ts>NanSchema

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

NaN schema type.

Type Parameters

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