Files
DefinitelyTyped/rx/rx.backpressure.d.ts
Maciej Kowalski 4d86cc2408 bump rx to 2.5.3
2015-07-20 15:49:54 +02:00

12 lines
350 B
TypeScript

// Type definitions for RxJS-BackPressure v2.3.12
// Project: http://rx.codeplex.com/
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx.d.ts" />
///<reference path="rx.backpressure-lite.d.ts" />
declare module "rx.backpressure" {
export = Rx;
}