mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-18 12:08:59 +08:00
12 lines
354 B
TypeScript
12 lines
354 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="rx.d.ts" />
|
|
///<reference path="rx.backpressure-lite.d.ts" />
|
|
|
|
declare module "rx.backpressure" {
|
|
export = Rx;
|
|
}
|