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