UNPKG

@types/nodegit

Version:

TypeScript definitions for nodegit

10 lines (7 loc) 192 B
import { TransferProgress } from './transfer-progress'; import { Oid } from './oid'; export class Indexer { commit(stats: TransferProgress): number; free(): void; hash(): Oid; }