mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
Merge pull request #1815 from JoshRosen/rx-export
Export Rx as "rx" module for CommonJS loading
This commit is contained in:
Vendored
+4
@@ -354,3 +354,7 @@ declare module Rx {
|
||||
|
||||
export var AsyncSubject: AsyncSubjectStatic;
|
||||
}
|
||||
|
||||
declare module "rx" {
|
||||
export = Rx
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user