Export as "rx" module for CommonJS loading.

This commit is contained in:
Josh Rosen
2014-03-08 17:10:29 -08:00
parent 4f75bef422
commit 12366aca7e

4
rx.js/rx.d.ts vendored
View File

@@ -354,3 +354,7 @@ declare module Rx {
export var AsyncSubject: AsyncSubjectStatic;
}
declare module "rx" {
export = Rx
}