BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
.
/
lib
/
node_modules
/
npm
/
node_modules
/
strip-ansi
📤 Upload
📝 New File
📁 New Folder
Close
Editing: index.js
'use strict'; const ansiRegex = require('ansi-regex'); module.exports = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string;
Save
Cancel