UNPKG

@achingbrain/ssdp

Version:

Yet another SSDP implementation for node.js

4 lines 229 B
import type { Advert } from './index.js'; import type { Advertisement, SSDP } from '../index.js'; export declare function parseAdvertOptions(ssdp: SSDP, options: Advertisement): Advert; //# sourceMappingURL=parse-options.d.ts.map