UNPKG
@isotope/docking
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
Docking - Isotope-based Static Site Generator
areknawo.com/docking
Isotope-js/isotope
@isotope/docking
/
src
/
utils
/
fs.ts
14 lines
(13 loc)
•
178 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
{ copy, mkdirp, outputFile, outputJSON, pathExists, readFile, readJSON, readdir, remove, stat }
from
"fs-extra"
;
export
{
default
as
readdirp }
from
"readdirp"
;