mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #7344 from Offlein/master
Removing quotes from easystarjs type definition classname.
This commit is contained in:
Vendored
+6
-4
@@ -3,10 +3,10 @@
|
||||
// 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"
|
||||
declare module easystarjs
|
||||
{
|
||||
class js
|
||||
{
|
||||
@@ -31,4 +31,6 @@ declare module "easystarjs"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
declare module "easystarjs" {
|
||||
export = easystarjs;
|
||||
}
|
||||
Reference in New Issue
Block a user