summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/index.js
blob: 2fcdd1e472f96166b3a903aeea05c28ec1fcf4d2 (plain)
1
2
3
4
'use strict';
module.exports = function () {
	return /(?:(?:\u001b\[)|\u009b)(?:(?:[0-9]{1,3})?(?:(?:;[0-9]{0,3})*)?[A-M|f-m])|\u001b[A-M]/g;
};