UNPKG

mac-oui-lookup

Version:

A module that allows you to retrieve the vendor name of a MAC address.

4 lines (3 loc) 142 B
declare function getVendor(macAddress: string, defaultVendor?: string | null): string | null; export default getVendor; export { getVendor };