mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 05:20:24 +08:00
Added Giterr
This commit is contained in:
7
types/nodegit/git-err.d.ts
vendored
Normal file
7
types/nodegit/git-err.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export class Giterr {
|
||||
static errClear(): void;
|
||||
static errDetach(cpy: NodeGit.Error): number;
|
||||
static errLast(): Error;
|
||||
static errSetOom(): void;
|
||||
static errSetString(error_class: number, string: string): void;
|
||||
}
|
||||
Reference in New Issue
Block a user