UNPKG

@stacksjs/ts-validation

Version:

A simple TypeScript starter kit using Bun.

2 lines 142 B
import type { IsMACAddressOptions } from '../types'; export declare function isMACAddress(str: string, options: IsMACAddressOptions): boolean;