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