UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

7 lines (6 loc) 255 B
/** PURE_IMPORTS_START _WebSocketSubject PURE_IMPORTS_END */ import { WebSocketSubject } from './WebSocketSubject'; export function webSocket(urlConfigOrSource) { return new WebSocketSubject(urlConfigOrSource); } //# sourceMappingURL=webSocket.js.map