SafetyScreen-ui/node_modules/listr2/dist/constants/clearline-regex.constants.d.ts

3 lines
164 B
TypeScript
Raw Normal View History

2025-03-29 19:33:58 +08:00
export declare const CLEAR_LINE_REGEX = "(?:\\u001b|\\u009b)\\[[\\=><~/#&.:=?%@~_-]*[0-9]*[\\a-ln-tqyz=><~/#&.:=?%@~_-]+";
export declare const BELL_REGEX: RegExp;