Skip to content

Commit

Permalink
Merge 25f83a7 into cd5895d
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Apr 26, 2019
2 parents cd5895d + 25f83a7 commit 153da30
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 153da30

Please sign in to comment.