UNPKG

@achingbrain/ssdp

Version:

Yet another SSDP implementation for node.js

3 lines 208 B
import type { NetworkInterfaceInfo } from 'os'; export declare function findAllInterfaces(includeIPv4: boolean, includeIPv6: boolean): NetworkInterfaceInfo[]; //# sourceMappingURL=find-all-interfaces.d.ts.map