UNPKG

@dpkit/file

Version:

Fast TypeScript data management framework built on top of the Data Package standard and Polars DataFrames

6 lines (5 loc) 215 B
import { Readable } from "node:stream"; export declare function loadFileStream(pathOrPaths: string | string[], options?: { index?: number; maxBytes?: number; }): Promise<Readable | import("fs").ReadStream>;