Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm2015 / internal / observable / dom / webSocket.js
1 import { WebSocketSubject } from './WebSocketSubject';
2 export function webSocket(urlConfigOrSource) {
3     return new WebSocketSubject(urlConfigOrSource);
4 }
5 //# sourceMappingURL=webSocket.js.map