aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@nodelib/fs.walk/out/readers/reader.d.ts')
-rw-r--r--node_modules/@nodelib/fs.walk/out/readers/reader.d.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts b/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts
new file mode 100644
index 0000000..e1f383b
--- /dev/null
+++ b/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts
@@ -0,0 +1,6 @@
+import type Settings from '../settings';
+export default class Reader {
+ protected readonly _root: string;
+ protected readonly _settings: Settings;
+ constructor(_root: string, _settings: Settings);
+}