File size: 170 Bytes
5d14125 |
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";
|
5d14125 |
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";
|