UNPKG

@dpkit/file

Version:

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

5 lines (4 loc) 111 B
export declare function copyFile(options: { sourcePath: string; targetPath: string; }): Promise<void>;