botbook/node_modules/stubborn-fs/dist/constants.d.ts
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

4 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 };