Support for more RxJS packages + bool => boolean for TS0.9

This commit is contained in:
Carl de Billy
2013-07-05 01:03:30 -04:00
parent bc491674fc
commit f83fb6805b
8 changed files with 234 additions and 33 deletions
+20
View File
@@ -0,0 +1,20 @@
///<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 {
//}
}