2
1
Ответвление 0
ipdbot/node_modules/npm/node_modules/ansi-regex/index.js
2022-04-18 15:32:07 +02:00

4 строки
135 Б
JavaScript

'use strict';
module.exports = function () {
return /[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-PRZcf-nqry=><]/g;
};