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

x/valibot/src/index.ts>IpValidation

The modular and type safe schema library for validating structural data 🤖
Go to Latest
type alias IpValidation
import { type IpValidation } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";

IP validation type.

Type Parameters

TInput extends string
definition: BaseValidation<TInput> & { type: "ip"; requirement: [RegExp, RegExp]; }