hexo/node_modules/stubborn-fs/dist/constants.d.ts

5 lines
177 B
TypeScript
Raw Normal View History

2024-05-09 16:35:20 +08:00
declare const IS_USER_ROOT: boolean;
declare const LIMIT_FILES_DESCRIPTORS = 10000;
declare const NOOP: () => undefined;
export { IS_USER_ROOT, LIMIT_FILES_DESCRIPTORS, NOOP };