🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-09 20:19:40 | PHP 8.2.33
📂
/ (Root)
/
opt
/
cpanel
/
ea-nodejs16
/
lib
/
node_modules
/
npm
/
node_modules
/
strip-ansi
📍 /opt/cpanel/ea-nodejs16/lib/node_modules/npm/node_modules/strip-ansi
🔄 Refresh
✏️
Editing: index.js
Read Only
'use strict'; const ansiRegex = require('ansi-regex'); module.exports = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string;
💾 Save Changes
❌ Cancel