UNPKG

@achingbrain/ssdp

Version:

Yet another SSDP implementation for node.js

3 lines 209 B
import type { SSDP } from '../index.js'; export declare function resolveService(ssdp: SSDP, usn: string, st: string, location: string, ttl: number): Promise<void>; //# sourceMappingURL=resolve-service.d.ts.map