1
0
Files
sashinexists/node_modules/stubborn-fs/dist/constants.d.ts
2024-12-07 13:18:31 +11:00

5 lines
177 B
TypeScript

declare const IS_USER_ROOT: boolean;
declare const LIMIT_FILES_DESCRIPTORS = 10000;
declare const NOOP: () => undefined;
export { IS_USER_ROOT, LIMIT_FILES_DESCRIPTORS, NOOP };