UNPKG

declarations

Version:

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

12 lines (9 loc) 378 B
// Type definitions for RxJS-Binding 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/DefinitelyTyped/DefinitelyTyped ///<reference path="rx.d.ts" /> ///<reference path="rx.binding-lite.d.ts" /> declare module "rx.binding" { export = Rx; }