UNPKG

reduct-js

Version:

ReductStore Client SDK for Javascript/NodeJS/Typescript

4 lines (3 loc) 314 B
import { ReadableRecord } from "../Record"; import { HttpClient } from "../http/HttpClient"; export declare function fetchAndParseBatchV2(bucket: string, entry: string, id: string, continueQuery: boolean, poolInterval: number, head: boolean, httpClient: HttpClient): AsyncGenerator<ReadableRecord, void, unknown>;