lifen-autotest/node_modules/listr2/dist/constants/clearline-regex.constants.d.ts

3 lines
164 B
TypeScript

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