UNPKG

webappengine

Version:

A web application platform that can host multiple web apps running with Node.js.

20 lines (18 loc) 751 B
// Type definitions for RxJS-All v2.2.28 // Project: http://rx.codeplex.com/ // Definitions by: Carl de Billy <http://carl.debilly.net/>, Igor Oleinikov <https://github.com/Igorbek> // Definitions: https://github.com/borisyankov/DefinitelyTyped /// <reference path="rx.d.ts"/> /// <reference path="rx.aggregates.d.ts"/> /// <reference path="rx.time.d.ts"/> /// <reference path="rx.async.d.ts"/> /// <reference path="rx.binding.d.ts"/> /// <reference path="rx.coincidence.d.ts"/> /// <reference path="rx.experimental.d.ts"/> /// <reference path="rx.joinpatterns.d.ts"/> /// <reference path="rx.virtualtime.d.ts"/> /// <reference path="rx.testing.d.ts"/> /// <reference path="rx.backpressure.d.ts" /> declare module "rx.all" { export = Rx; }