UNPKG

@achingbrain/ssdp

Version:

Yet another SSDP implementation for node.js

4 lines 239 B
/// <reference types="node" /> import type { NetworkInterfaceInfo } from 'os'; export declare function findAllInterfaces(includeIPv4: boolean, includeIPv6: boolean): NetworkInterfaceInfo[]; //# sourceMappingURL=find-all-interfaces.d.ts.map