Files
DefinitelyTyped/rx/rx.backpressure.d.ts
2016-10-03 13:09:41 -07:00

12 lines
357 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/DefinitelyTyped/DefinitelyTyped
///<reference path="index.d.ts" />
///<reference path="rx.backpressure-lite.d.ts" />
declare module "rx.backpressure" {
export = Rx;
}