@dstanesc/o-o-o-o-o-o-o
Version:
O-O-O-O-O-O-O is a collection of content addressed persistent data structures
6 lines • 314 B
TypeScript
interface Chunker {
chunk: (buffer: Uint8Array) => Uint32Array;
}
declare const chunkerFactory: (targetSize: number, compute_chunks_provider: (source: Uint8Array, min_size: number, avg_size: number, max_size: number) => Uint32Array) => Chunker;
export { chunkerFactory };
//# sourceMappingURL=chunking.d.ts.map