UNPKG

@dpkit/file

Version:

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

5 lines (4 loc) 231 B
export { saveFileToDisc } from "./save.js"; export { getTempFilePath, writeTempFile } from "./temp.js"; export { assertLocalPathVacant, isLocalPathExist } from "./path.js"; export { prefetchFile, prefetchFiles } from "./fetch.js";