Skip to main content
Module

x/valibot/mod.ts>number

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

Creates a number schema.

Parameters

optional
pipe: Pipe<number>

A validation and transformation pipe.

Returns

A number schema.

Creates a number schema.

Parameters

optional
error: string

The error message.

optional
pipe: Pipe<number>

A validation and transformation pipe.

Returns

A number schema.