mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fixed implicit any
This commit is contained in:
Vendored
+1
-1
@@ -62,7 +62,7 @@ interface JasmineAjaxParamParser {
|
||||
}
|
||||
|
||||
declare class MockAjax {
|
||||
constructor(globals);
|
||||
constructor(globals: any);
|
||||
|
||||
install(): void;
|
||||
uninstall(): void;
|
||||
|
||||
Reference in New Issue
Block a user