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
/
readfilesstream.d.ts
2 lines
(1 loc)
•
101 B
TypeScript
View Raw
1
2
export
declare
function
readFilesStream
(
dir
:
any
,
options
:
any
,
callback
:
any
,
complete
:
any
):
void
;