UNPKG

@dpkit/file

Version:

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

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