some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @nodelib / fs.stat / out / managers / options.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@nodelib/fs.stat/out/managers/options.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@nodelib/fs.stat/out/managers/options.d.ts
deleted file mode 100644 (file)
index 6e2e9b0..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-import { FileSystemAdapter } from '../adapters/fs';
-export interface Options {
-    fs?: Partial<FileSystemAdapter>;
-    throwErrorOnBrokenSymlinks?: boolean;
-    followSymlinks?: boolean;
-}
-export declare type StrictOptions = {
-    fs: FileSystemAdapter;
-} & Required<Options>;
-export declare function prepare(opts?: Options): StrictOptions;
-//# sourceMappingURL=options.d.ts.map
\ No newline at end of file