UNPKG

@achingbrain/ssdp

Version:

Yet another SSDP implementation for node.js

3 lines 235 B
import type { NetworkAddress, SSDP } from './index.js'; export declare function sendSsdpMessage(ssdp: SSDP, status: string, headers: Record<string, string>, remote: NetworkAddress): void; //# sourceMappingURL=send-ssdp-message.d.ts.map