Skip to main content
Module

x/valibot/mod.ts>Ipv4Validation

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface Ipv4Validation
implements BaseValidation<TInput>
import { type Ipv4Validation } from "https://deno.land/x/valibot@v0.30.0/mod.ts";

IPv4 validation type.

Type Parameters

TInput extends string

Properties

type: "ipv4"

The validation type.

requirement: RegExp

The IPv4 regex.