11cb0ef41Sopenharmony_ci'use strict'; 21cb0ef41Sopenharmony_ciconst ansiRegex = require('ansi-regex'); 31cb0ef41Sopenharmony_ci 41cb0ef41Sopenharmony_cimodule.exports = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string; 5