UNPKG

@humanfs/core

Version:
9 lines (7 loc) 178 B
/** * @fileoverview API entrypoint for hfs/core * @author Nicholas C. Zakas */ export { Hfs } from "./hfs.js"; export { Path } from "./path.js"; export * from "./errors.js";