We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11e1b3 commit 7926122Copy full SHA for 7926122
src/internal/umd.ts
@@ -20,3 +20,7 @@ export const ajax = _ajax;
20
/* rxjs.webSocket */
21
import * as _webSocket from '../webSocket/index';
22
export const webSocket = _webSocket;
23
+
24
+/* rxjs.fetch */
25
+import * as _fetch from '../fetch/index';
26
+export const fetch = _fetch;
0 commit comments