UNPKG

local-network-scan

Version:

A lightweight library to quickly scan local network

6 lines 247 B
import { ScanOptions } from './models'; /** * Assuming all addresses already pinged, now read the mac table */ export declare function getNetworkTableMap(options: ScanOptions): Promise<Map<string, string>>; //# sourceMappingURL=arp.d.ts.map