UNPKG

321 BTypeScriptView Raw
1/**
2 * Get the first proper MAC address
3 * @param iface If provided, restrict MAC address fetching to this interface
4 */
5export default function getMAC(iface?: string): string;
6/** Check if the input is a valid MAC address */
7export declare function isMAC(macAddress: string): boolean;
8//# sourceMappingURL=index.d.ts.map
\No newline at end of file