UNPKG

@dpkit/file

Version:

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

10 lines (9 loc) 463 B
export { loadFile } from "./load.ts" export { copyFile } from "./copy.ts" export { saveFile } from "./save.ts" export { getTempFilePath, writeTempFile } from "./temp.ts" export { assertLocalPathVacant, isLocalPathExist } from "./path.ts" export { prefetchFile, prefetchFiles } from "./fetch.ts" export { inferFileEncoding, inferFileBytes, inferFileHash } from "./infer.ts" export { describeFile } from "./describe.ts" export { validateFile } from "./validate.ts"