fullstackopen-notes/parts/3/phonebookBackend/node_modules/@humanfs/node/src/index.js
Pablo Martin a561131d0c thingies
2025-06-04 17:06:54 +02:00

7 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";