UNPKG

@dpkit/file

Version:

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

7 lines (6 loc) 207 B
export declare function writeTempFile(content: string | Buffer, options?: { persist?: boolean; }): Promise<string>; export declare function getTempFilePath(options?: { persist?: boolean; }): string;