Files
powerpoint-toolbox/node_modules/@humanfs/core/src/index.js
T
2025-03-07 19:22:02 +01:00

9 lines
178 B
JavaScript

/**
* @fileoverview API entrypoint for hfs/core
* @author Nicholas C. Zakas
*/
export { Hfs } from "./hfs.js";
export { Path } from "./path.js";
export * from "./errors.js";