Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(umd): export fetch namespace (#4738)
  • Loading branch information
benlesh committed May 2, 2019
1 parent c11e1b3 commit 7926122
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/internal/umd.ts
Expand Up @@ -20,3 +20,7 @@ export const ajax = _ajax;
/* rxjs.webSocket */
import * as _webSocket from '../webSocket/index';
export const webSocket = _webSocket;

/* rxjs.fetch */
import * as _fetch from '../fetch/index';
export const fetch = _fetch;

0 comments on commit 7926122

Please sign in to comment.