mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
fixed js-git implicit any
This commit is contained in:
Vendored
+3
-3
@@ -40,9 +40,9 @@ declare module JSGit {
|
||||
hostname:string;
|
||||
pathname:string;
|
||||
|
||||
discover(callback:(err:any, refs:StringMap) => void);
|
||||
fetch(repo:Repo, opts:Object, callback:(err:any) => void);
|
||||
close(callback?:(err:any) => void);
|
||||
discover(callback:(err:any, refs:StringMap) => void):void;
|
||||
fetch(repo:Repo, opts:Object, callback:(err:any) => void):void;
|
||||
close(callback?:(err:any) => void):void;
|
||||
}
|
||||
|
||||
interface DB {
|
||||
|
||||
Reference in New Issue
Block a user