UNPKG

@dpkit/file

Version:

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

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