mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Merge pull request #1815 from JoshRosen/rx-export
Export Rx as "rx" module for CommonJS loading
This commit is contained in:
commit
ab967c8aaa
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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user