UNPKG
path-reader
Version:
latest (2.0.0)
2.0.0
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.19
asynchronous file and directory operations for Node.js
github.com/ackerapple
ackerapple/path-reader
path-reader
/
lib
/
index.d.ts
4 lines
(3 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
export
*
from
'./paths'
;
export
{ readFiles }
from
'./readfiles'
;
export
{ readFilesStream }
from
'./readfilesstream'
;