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

x/valibot/mod.ts>Mac48Validation

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

48-bit MAC validation type.

Type Parameters

TInput extends string
definition: BaseValidation<TInput> & { type: "mac48"; requirement: RegExp; }