UNPKG

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