import { mac } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
Creates a validation function that validates a MAC.
Parameters
optional
message: ErrorMessage = [UNSUPPORTED]The error message.
Returns
A validation function.
import { mac } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
Creates a validation function that validates a MAC.
The error message.
A validation function.