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