mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Added module declarations to allow "require" statements to work properly
This commit is contained in:
Vendored
+10
-1
@@ -28,4 +28,13 @@ declare module dojox {
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
declare module "dojox/jsonPath" {
|
||||
var exp: dojox.jsonPath
|
||||
export=exp;
|
||||
}
|
||||
declare module "dojox/jsonPath/query" {
|
||||
var exp: dojox.jsonPath.query
|
||||
export=exp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user