UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

16 lines (13 loc) 576 B
// 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/DefinitelyTyped/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; }