UNPKG
@humanfs/node
Version:
latest (0.16.7)
0.16.7
0.16.6
0.16.5
0.16.4
0.16.3
0.16.2
0.16.0
0.15.0
0.14.1
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.1
0.7.0
The Node.js bindings of the humanfs library.
github.com/humanwhocodes/humanfs
humanwhocodes/humanfs
@humanfs/node
/
src
/
index.js
8 lines
(6 loc)
•
170 B
JavaScript
View Raw
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"
;