UNPKG
@nodelib/fs.walk
Version:
latest (3.0.1)
3.0.1
3.0.0
2.0.0
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
A library for efficiently walking a directory recursively
nodelib/nodelib
@nodelib/fs.walk
/
out
/
readers
/
reader.d.ts
7 lines
(6 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
Settings
from
'../settings'
;
export
default
class
Reader
{
protected
readonly
_root
:
string
;
protected
readonly
_settings
:
Settings
;
constructor
(
_root
:
string
,
_settings
:
Settings
); }