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