Skip to main content
Module

x/valibot/mod.ts>numberAsync

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

Creates an async number schema.

Parameters

optional
pipe: PipeAsync<number>

A validation and transformation pipe.

Returns

NumberSchemaAsync

An async number schema.

Creates an async number schema.

Parameters

optional
message: ErrorMessage

The error message.

optional
pipe: PipeAsync<number>

A validation and transformation pipe.

Returns

NumberSchemaAsync

An async number schema.