UNPKG

@network-utils/vendor-lookup

Version:

Returns the IEEE registered vendor name from the MAC address, using an up-to-date database (with a script to update it automatically).

3 lines (2 loc) 114 B
export declare function isRandomMac(mac: string): boolean; export declare function toVendor(mac: string): string;