mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-14 21:20:39 +00:00
Added Giterr
This commit is contained in:
Vendored
+7
@@ -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