Partie-3/node_modules/listr2/dist/constants/clearline-regex.constants.d.ts
2021-09-05 12:34:08 +02:00

3 lines
164 B
TypeScript

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