Нема описа

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