forked from Reactive-Extensions/RxJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrx.all.ts
More file actions
17 lines (16 loc) · 726 Bytes
/
Copy pathrx.all.ts
File metadata and controls
17 lines (16 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Type definitions for RxJS-All v2.2.25
// Project: http://rx.codeplex.com/
// Definitions by: Carl de Billy <http://carl.debilly.net/>
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="rx.d.ts"/>
/// <reference path="rx.aggregates.d.ts"/>
/// <reference path="rx.time.d.ts"/>
/// <reference path="rx.async.d.ts"/>
/// <reference path="rx.binding.d.ts"/>
/// <reference path="rx.coincidence.d.ts"/>
/// <reference path="rx.experimental.d.ts"/>
/// <reference path="rx.joinpatterns.d.ts"/>
/// <reference path="rx.virtualtime.d.ts"/>
/// <reference path="rx.testing.d.ts"/>
/// <reference path="rx.backpressure.d.ts" />