webSocket.d.ts 119 Bytes
import { WebSocketSubject } from './WebSocketSubject';
export declare const webSocket: typeof WebSocketSubject.create;