UNPKG

@dpkit/file

Version:

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

8 lines (7 loc) 250 B
import type { Buffer } from "node:buffer"; export declare function writeTempFile(content: string | Buffer, options?: { persist?: boolean; }): Promise<string>; export declare function getTempFilePath(options?: { persist?: boolean; }): string;