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

x/valibot/src/validations/mac/mac.ts>MacValidation

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

MAC validation type.

Type Parameters

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