UNPKG

@types/nodegit

Version:
9 lines (6 loc) 174 B
import { Oid } from "./oid"; import { TransferProgress } from "./transfer-progress"; export class Indexer { commit(stats: TransferProgress): number; hash(): Oid; }