File size: 170 Bytes
f56a29b | 1 2 3 4 5 6 7 8 | /**
* @fileoverview This file exports everything for this package.
* @author Nicholas C. Zakas
*/
export * from "./node-hfs.js";
export { Hfs } from "@humanfs/core";
|
f56a29b | 1 2 3 4 5 6 7 8 | /**
* @fileoverview This file exports everything for this package.
* @author Nicholas C. Zakas
*/
export * from "./node-hfs.js";
export { Hfs } from "@humanfs/core";
|