diff options
Diffstat (limited to 'node_modules/@nodelib/fs.stat/out/settings.d.ts')
-rw-r--r-- | node_modules/@nodelib/fs.stat/out/settings.d.ts | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/node_modules/@nodelib/fs.stat/out/settings.d.ts b/node_modules/@nodelib/fs.stat/out/settings.d.ts deleted file mode 100644 index 34c4620..0000000 --- a/node_modules/@nodelib/fs.stat/out/settings.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -import * as fs from './adapters/fs';
-export declare type Options = {
- followSymbolicLink?: boolean;
- fs?: Partial<fs.FileSystemAdapter>;
- markSymbolicLink?: boolean;
- throwErrorOnBrokenSymbolicLink?: boolean;
-};
-export default class Settings {
- private readonly _options;
- readonly followSymbolicLink: boolean;
- readonly fs: fs.FileSystemAdapter;
- readonly markSymbolicLink: boolean;
- readonly throwErrorOnBrokenSymbolicLink: boolean;
- constructor(_options?: Options);
- private _getValue;
-}
-//# sourceMappingURL=settings.d.ts.map
\ No newline at end of file |