Partie-2/node_modules/listr2/dist/constants/clearline-regex.constants.d.ts
Simon Priet 9e2991e668 init
2021-09-05 22:53:58 +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;