UNPKG

@types/nodegit

Version:

TypeScript definitions for nodegit

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; }