local-network-scan
Version:
A lightweight library to quickly scan local network
8 lines • 457 B
TypeScript
import { ScanOptions } from "./models";
/**
* Assuming all addresses already pinged, now read the mac table
*/
export declare function getNetworkTableMap(options: ScanOptions): Promise<Map<string, string>>;
export declare function getWindowsNetworkTableMap(options: ScanOptions): Promise<Map<string, string>>;
export declare function getLinuxNetworkTableMap(options: ScanOptions): Promise<Map<string, string>>;
//# sourceMappingURL=loadMac.d.ts.map