import { numberAsync } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Creates an async number schema.
Parameters
optional
pipe: PipeAsync<number>A validation and transformation pipe.
Returns
An async number schema.
Creates an async number schema.
Parameters
optional
message: ErrorMessageThe error message.
optional
pipe: PipeAsync<number>A validation and transformation pipe.
Returns
An async number schema.