mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-13 12:20:12 +08:00
Support for more RxJS packages + bool => boolean for TS0.9
This commit is contained in:
Vendored
+20
@@ -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 {
|
||||
//}
|
||||
}
|
||||
Reference in New Issue
Block a user