XylotrechusZ
XylotrechusZ Shell
: /proc/self/root/opt/alt/alt-nodejs11/root/lib/node_modules/npm/node_modules/strip-ansi/ [ drwxr-xr-x ]
'use strict';
var ansiRegex = require('ansi-regex')();
module.exports = function (str) {
return typeof str === 'string' ? str.replace(ansiRegex, '') : str;
};