mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
rx.all.ts renamed to rx.all.d.ts.
This commit is contained in:
Vendored
+20
@@ -0,0 +1,20 @@
|
||||
// Type definitions for RxJS-All 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/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="rx.d.ts"/>
|
||||
/// <reference path="rx.aggregates.d.ts"/>
|
||||
/// <reference path="rx.time.d.ts"/>
|
||||
/// <reference path="rx.async.d.ts"/>
|
||||
/// <reference path="rx.binding.d.ts"/>
|
||||
/// <reference path="rx.coincidence.d.ts"/>
|
||||
/// <reference path="rx.experimental.d.ts"/>
|
||||
/// <reference path="rx.joinpatterns.d.ts"/>
|
||||
/// <reference path="rx.virtualtime.d.ts"/>
|
||||
/// <reference path="rx.testing.d.ts"/>
|
||||
/// <reference path="rx.backpressure.d.ts" />
|
||||
|
||||
declare module "rx.all" {
|
||||
export = Rx;
|
||||
}
|
||||
Reference in New Issue
Block a user