UNPKG

homebridge

Version:
4 lines 233 B
export type MacAddress = string; export declare function validMacAddress(address: string): boolean; export declare function generate(data: string | Buffer | NodeJS.TypedArray | DataView): MacAddress; //# sourceMappingURL=mac.d.ts.map