UNPKG

185 BTypeScriptView Raw
1import { Device } from './..';
2import { Message } from './Message';
3/**
4 * Maps a SSDP message to a device.
5 */
6export declare function mapFromMessage(message: Message): Device | null;