Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/index.ts>ipv4

The modular and type safe schema library for validating structural data 🤖
Latest
function ipv4
import { ipv4 } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/src/index.ts";

Creates an IPv4 address validation action.

Type Parameters

TInput extends string

Returns

Ipv4Action<TInput, undefined>

An IPv4 action.

Creates an IPv4 address validation action.

Type Parameters

TInput extends string
TMessage extends ErrorMessage<Ipv4Issue<TInput>> | undefined

Parameters

message: TMessage

The error message.

Returns

Ipv4Action<TInput, TMessage>

An IPv4 action.