import { type NanSchema } from "https://deno.land/x/valibot@v0.24.0/src/schemas/nan/nan.ts";
NaN schema type.
definition: BaseSchema<number, TOutput> & { type: "nan"; message: ErrorMessage; }
import { type NanSchema } from "https://deno.land/x/valibot@v0.24.0/src/schemas/nan/nan.ts";
NaN schema type.