@gibme/arp

Simple Cross-Platform ARP helper

Documentation

https://gibme-npm.github.io/arp/

import ARP from '@gibme/arp';

(async () => {
console.log(await ARP.lookup('192.168.2.1'));
})()