UNPKG

@achingbrain/ssdp

Version:

Yet another SSDP implementation for node.js

4 lines 233 B
import type { Advert } from './index.js'; import type { SSDP } from '../index.js'; export declare const broadcastAdvert: (ssdp: SSDP, advert: Advert, notifcationSubType: string) => void; //# sourceMappingURL=broadcast-advert.d.ts.map