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

x/valibot/src/index.ts>Ipv4Action

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
interface Ipv4Action
import { type Ipv4Action } from "https://deno.land/x/valibot@v0.35.0/src/index.ts";

IPv4 action type.

Type Parameters

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

Properties

readonly
type: "ipv4"

The action type.

readonly
reference: ipv4

The action reference.

readonly
expects: null

The expected property.

readonly
requirement: RegExp

The IPv4 regex.

readonly
message: TMessage

The error message.