semblance_backup/node_modules/@humanfs/node/src/index.js
2025-12-19 19:26:16 +00:00

7 lines
170 B
JavaScript
Executable file

/**
* @fileoverview This file exports everything for this package.
* @author Nicholas C. Zakas
*/
export * from "./node-hfs.js";
export { Hfs } from "@humanfs/core";