mirror of https://github.com/jkjoy/sunpeiwen.git
5 lines
177 B
TypeScript
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 };
|