elearning/Frontend-Learner/node_modules/@humanfs/node/src/index.js

8 lines
170 B
JavaScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
/**
* @fileoverview This file exports everything for this package.
* @author Nicholas C. Zakas
*/
export * from "./node-hfs.js";
export { Hfs } from "@humanfs/core";