mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-08 08:04:19 +08:00
21 lines
389 B
TypeScript
21 lines
389 B
TypeScript
///<reference path="rx.js.d.ts" />
|
|
|
|
// Type definitions for RxJS-Join package
|
|
// Project: http://rx.codeplex.com/
|
|
// Definitions by: Carl de Billy <http://carl.debilly.net/>
|
|
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
|
//
|
|
// Dependencies:
|
|
// -> rx.js
|
|
// -> rx.joinpatterns.js
|
|
|
|
declare module Rx {
|
|
|
|
//interface IObservable<T> {
|
|
//}
|
|
|
|
|
|
//interface Observable {
|
|
//}
|
|
}
|