forked from DefinitelyTyped/DefinitelyTyped
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrx.all.d.ts
20 lines (18 loc) · 755 Bytes
/
rx.all.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Type definitions for RxJS-All v2.2.28
// Project: http://rx.codeplex.com/
// Definitions by: Carl de Billy <http://carl.debilly.net/>, Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/DefinitelyTyped/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" />
declare module "rx.all" {
export = Rx;
}