Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts')
-rw-r--r--assets/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts b/assets/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts
new file mode 100644
index 0000000..9570fd1
--- /dev/null
+++ b/assets/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts
@@ -0,0 +1,11 @@
+import SyncReader from '../readers/sync';
+import Settings from '../settings';
+import { Entry } from '../types';
+export default class SyncProvider {
+ private readonly _root;
+ private readonly _settings;
+ protected readonly _reader: SyncReader;
+ constructor(_root: string, _settings: Settings);
+ read(): Entry[];
+}
+//# sourceMappingURL=sync.d.ts.map \ No newline at end of file