@thi.ng/file-io
Version:
Assorted file I/O utils (w/ logging support) for NodeJS/Bun
15 lines • 423 B
TypeScript
export * from "./copy.js";
export * from "./delete.js";
export * from "./dir.js";
export * from "./ext.js";
export * from "./file-chunks.js";
export * from "./files.js";
export * from "./hash.js";
export * from "./json.js";
export * from "./mask.js";
export * from "./read.js";
export * from "./temp.js";
export * from "./text.js";
export * from "./watch.js";
export * from "./write.js";
//# sourceMappingURL=index.d.ts.map