mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
node-git: improved definition to fix tests
This commit is contained in:
2
node-git/node-git.d.ts
vendored
2
node-git/node-git.d.ts
vendored
@@ -17,7 +17,7 @@ declare module "git" {
|
||||
|
||||
git(functionName:any, options:any, ...args:any[]):void; // last element is callback
|
||||
|
||||
call_git(prefix:string, command:any, postfix:string, options:any, args:any, callback:Function):void;
|
||||
call_git(prefix:string, command:any, postfix:string, options:any, args:any, callback: (error: any, result: string) => void):void;
|
||||
|
||||
rev_list(callback:Function):void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user