UNPKG

105 BJavaScriptView Raw
1'use strict';
2module.exports = function () {
3 return /\u001b\[(?:[0-9]{1,3}(?:;[0-9]{1,3})*)?[m|K]/g;
4};