mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00: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;
|
||||
}
|
||||
1
types/nodegit/index.d.ts
vendored
1
types/nodegit/index.d.ts
vendored
@@ -16,6 +16,7 @@ export { DiffPerfdata } from './diff-perf-data';
|
||||
export { Diff } from './diff';
|
||||
export { Enums } from './enums';
|
||||
export { FetchOptions } from './fetch-options';
|
||||
export { Giterr } from './git-err';
|
||||
export { Hashsig } from './hash-sig';
|
||||
export { Index } from './index_';
|
||||
export { IndexEntry } from './index-entry';
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
"diff.d.ts",
|
||||
"enums.d.ts",
|
||||
"fetch-options.d.ts",
|
||||
"git-err.d.ts",
|
||||
"hash-sig.d.ts",
|
||||
"ignore.d.ts",
|
||||
"index-entry.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user