Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>ipv4

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
function ipv4
import { ipv4 } from "https://deno.land/x/valibot@v0.35.0/mod.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.