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

x/valibot/mod.ts>ipv6

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

Creates an IPv6 address validation action.

Type Parameters

TInput extends string

Returns

Ipv6Action<TInput, undefined>

An IPv6 action.

Creates an IPv6 address validation action.

Type Parameters

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

Parameters

message: TMessage

The error message.