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

x/valibot/mod.ts>MacValidation

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

MAC validation type.

Type Parameters

TInput extends string

Properties

type: "mac"

The validation type.

requirement: [RegExp, RegExp]

The 48-bit and 64-bit MAC regex.