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