source: trip-planner-front/node_modules/rxjs/src/internal/umd.ts@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 598 bytes
Line 
1/*
2 NOTE: This is the global export file for rxjs v6 and higher.
3 */
4
5/* rxjs */
6export * from '../index';
7
8/* rxjs.operators */
9import * as _operators from '../operators/index';
10export const operators = _operators;
11
12/* rxjs.testing */
13import * as _testing from '../testing/index';
14export const testing = _testing;
15
16/* rxjs.ajax */
17import * as _ajax from '../ajax/index';
18export const ajax = _ajax;
19
20/* rxjs.webSocket */
21import * as _webSocket from '../webSocket/index';
22export const webSocket = _webSocket;
23
24/* rxjs.fetch */
25import * as _fetch from '../fetch/index';
26export const fetch = _fetch;
Note: See TracBrowser for help on using the repository browser.