XylotrechusZ
XylotrechusZ Shell
: /opt/alt/alt-nodejs18/root/usr/lib/node_modules/npm/node_modules.bundled/strip-ansi/ [ drwxr-xr-x ]
'use strict';
const ansiRegex = require('ansi-regex');
module.exports = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string;