Skip to main content
Module

x/valibot/mod.ts>Mac64Validation

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

64-bit MAC validation type.

Type Parameters

TInput extends string

Properties

type: "mac64"

The validation type.

requirement: RegExp

The 64-bit MAC regex.