UNPKG

@achingbrain/ssdp

Version:

Yet another SSDP implementation for node.js

3 lines 255 B
import type { IncomingMessage, ServerResponse } from 'http'; export declare function detailsHandler(createDetails: () => Promise<Record<string, any>>, request: IncomingMessage, response: ServerResponse): void; //# sourceMappingURL=details-handler.d.ts.map