aboutsummaryrefslogtreecommitdiff
path: root/node_modules/wrap-ansi/node_modules/ansi-regex/index.js
blob: b9574ed7e82013f9af3e62bbb9a9e4c66e5ca497 (plain)
1
2
3
4
'use strict';
module.exports = function () {
	return /[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-PRZcf-nqry=><]/g;
};