Files
avz-site/node_modules/@humanfs/node/src/index.js
T
2026-05-30 19:59:39 -03:00

8 lines
170 B
JavaScript

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