UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

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