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

x/valibot/src/actions/ipv6/ipv6.ts>ipv6

The modular and type safe schema library for validating structural data 🤖
Latest
function ipv6
import { ipv6 } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/src/actions/ipv6/ipv6.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.