12 lines
No EOL
241 B
JavaScript
Executable file
12 lines
No EOL
241 B
JavaScript
Executable file
'use strict';
|
|
module.exports = function () {
|
|
return /[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-PRZcf-nqry=><]/g;
|
|
};
|
|
|
|
|
|
|
|
//////////////////
|
|
// WEBPACK FOOTER
|
|
// ./~/ansi-regex/index.js
|
|
// module id = 706
|
|
// module chunks = 4
|