UNPKG

@achingbrain/ssdp

Version:

Yet another SSDP implementation for node.js

5 lines 254 B
import type { NotifyMessage, SSDP } from '../index.js'; export declare const ALIVE = "ssdp:alive"; export declare const BYEBYE = "ssdp:byebye"; export declare function notify(ssdp: SSDP, message: NotifyMessage): void; //# sourceMappingURL=notify.d.ts.map