mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #17628 from jonnyynnoj/master
[mainloop.js] UMD format
This commit is contained in:
Vendored
+3
@@ -26,3 +26,6 @@ interface MainLoop {
|
||||
}
|
||||
|
||||
declare var MainLoop: MainLoop;
|
||||
|
||||
export = MainLoop;
|
||||
export as namespace MainLoop;
|
||||
|
||||
@@ -20,4 +20,4 @@
|
||||
"index.d.ts",
|
||||
"mainloop.js-tests.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user