mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-07 16:30:12 +08:00
Adding ambient external (in addition to ambient internal) module def.
This commit is contained in:
Vendored
+5
-3
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user