aboutsummaryrefslogtreecommitdiff
path: root/node_modules/fast-glob/out/utils/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/fast-glob/out/utils/index.d.ts')
-rw-r--r--node_modules/fast-glob/out/utils/index.d.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/fast-glob/out/utils/index.d.ts b/node_modules/fast-glob/out/utils/index.d.ts
new file mode 100644
index 0000000..f634cad
--- /dev/null
+++ b/node_modules/fast-glob/out/utils/index.d.ts
@@ -0,0 +1,8 @@
+import * as array from './array';
+import * as errno from './errno';
+import * as fs from './fs';
+import * as path from './path';
+import * as pattern from './pattern';
+import * as stream from './stream';
+import * as string from './string';
+export { array, errno, fs, path, pattern, stream, string };