diff options
Diffstat (limited to 'node_modules/fast-glob/out/utils/index.d.ts')
-rw-r--r-- | node_modules/fast-glob/out/utils/index.d.ts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/node_modules/fast-glob/out/utils/index.d.ts b/node_modules/fast-glob/out/utils/index.d.ts deleted file mode 100644 index d3e4f8f..0000000 --- a/node_modules/fast-glob/out/utils/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -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 };
|