📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 15:25:10
📂
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
strip-ansi
✏️
Editing: index.js
'use strict'; var ansiRegex = require('ansi-regex')(); module.exports = function (str) { return typeof str === 'string' ? str.replace(ansiRegex, '') : str; };
💾 Save Changes
❌ Cancel