UNPKG

hamok

Version:

Lightweight Distributed Object Storage on RAFT consensus algorithm

6 lines 295 B
import { HamokMessage } from './HamokMessage'; export interface ResponseChunker { apply(message: HamokMessage): IterableIterator<HamokMessage>; } export declare function createResponseChunker(maxKeys: number, maxValues: number): ResponseChunker; //# sourceMappingURL=ResponseChunker.d.ts.map