Adding ambient external (in addition to ambient internal) module def.

This commit is contained in:
Craig Leinoff
2015-12-26 18:02:02 -05:00
parent 58dceb923b
commit 3c5aa7c8f8
+5 -3
View File
@@ -3,8 +3,8 @@
// Definitions by: Magnus Gustafsson <https://github.com/borundin>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/*
easystarjs.d.ts may be freely distributed under the MIT license.
*/
easystarjs.d.ts may be freely distributed under the MIT license.
*/
declare module easystarjs
{
@@ -31,4 +31,6 @@ declare module easystarjs
}
}
declare module "easystarjs" {
export = easystarjs;
}