UNPKG

@dpkit/file

Version:

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

3 lines (2 loc) 153 B
export declare function prefetchFiles(path?: string | string[]): Promise<string[]>; export declare function prefetchFile(path: string): Promise<string>;