diff --git a/easystarjs/easystarjs.d.ts b/easystarjs/easystarjs.d.ts index 7640b1a8b..4c16236db 100755 --- a/easystarjs/easystarjs.d.ts +++ b/easystarjs/easystarjs.d.ts @@ -3,10 +3,10 @@ // Definitions by: Magnus Gustafsson // 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" +declare module easystarjs { class js { @@ -31,4 +31,6 @@ declare module "easystarjs" } } - \ No newline at end of file +declare module "easystarjs" { + export = easystarjs; +} \ No newline at end of file