UNPKG

@achingbrain/ssdp

Version:

Yet another SSDP implementation for node.js

4 lines 286 B
/// <reference types="node" /> 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