UNPKG

@types/nodegit

Version:
9 lines (7 loc) 213 B
import { Error } from "./error"; export class Giterr { static errClear(): void; static errLast(): Error; static errSetOom(): void; static errSetString(errorClass: number, string: string): void; }