UNPKG

@achingbrain/ssdp

Version:

Yet another SSDP implementation for node.js

4 lines 226 B
import type { Advert } from './index.js'; import type { SSDP } from '../index.js'; export declare function createLocation(ssdp: SSDP, advert: Advert): Promise<() => Promise<void>>; //# sourceMappingURL=create-location.d.ts.map