📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 14:26:48
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
strip-ansi
📍 /usr/lib/node_modules/npm/node_modules/strip-ansi
🔄 Refresh
✏️
Editing: index.js
Read Only
'use strict'; var ansiRegex = require('ansi-regex')(); module.exports = function (str) { return typeof str === 'string' ? str.replace(ansiRegex, '') : str; };
💾 Save Changes
❌ Cancel