mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-24 13:00:46 +08:00
rx.js: added standard AMD module declarations for all RxJS modules.
This commit is contained in:
Vendored
+4
@@ -54,3 +54,7 @@ declare module Rx {
|
||||
when<TR>(plan: Plan<TR>): Observable<TR>;
|
||||
}
|
||||
}
|
||||
|
||||
declare module "rx.joinpatterns" {
|
||||
export = Rx;
|
||||
}
|
||||
Reference in New Issue
Block a user