UNPKG

@dpkit/file

Version:

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

5 lines (4 loc) 151 B
import type { Readable } from "node:stream"; export declare function writeFileStream(stream: Readable, options: { path: string; }): Promise<void>;