UNPKG

@near-lake/framework

Version:

JS Library to connect to the NEAR Lake S3 and stream the data

6 lines (5 loc) 269 B
/// <reference types="node" /> import { Readable } from 'stream'; export declare const sleep: (pause: number) => Promise<unknown>; export declare function normalizeBlockHeight(number: number): string; export declare function parseBody<T>(stream: Readable): Promise<T>;