UNPKG

@humanfs/node

Version:

The Node.js bindings of the humanfs library.

8 lines (6 loc) 170 B
/** * @fileoverview This file exports everything for this package. * @author Nicholas C. Zakas */ export * from "./node-hfs.js"; export { Hfs } from "@humanfs/core";