16 lines
572 B
TypeScript
16 lines
572 B
TypeScript
// Type definitions for RxJS-Lite v2.2.28
|
|
// Project: http://rx.codeplex.com/
|
|
// Definitions by: gsino <http://www.codeplex.com/site/users/view/gsino>, Igor Oleinikov <https://github.com/Igorbek>
|
|
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
|
|
|
///<reference path="rx-lite.d.ts"/>
|
|
///<reference path="rx.async-lite.d.ts" />
|
|
///<reference path="rx.binding-lite.d.ts" />
|
|
///<reference path="rx.time-lite.d.ts" />
|
|
///<reference path="rx.backpressure-lite.d.ts" />
|
|
///<reference path="rx.coincidence-lite.d.ts" />
|
|
|
|
declare module "rx.lite" {
|
|
export = Rx;
|
|
}
|