UNPKG

@types/nodegit

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