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