UNPKG

174 BTypeScriptView Raw
1import { Oid } from "./oid";
2import { TransferProgress } from "./transfer-progress";
3
4export class Indexer {
5 commit(stats: TransferProgress): number;
6
7 hash(): Oid;
8}