@gibme/arp
    Preparing search index...

    @gibme/arp

    Simple Cross-Platform ARP helper

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

    import ARP from '@gibme/arp';

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