WebAdmin File Manager
Linux 5.15.0-164-generic · PHP 8.2.27

View: index.js

Edit Download Back
'use strict';
const ansiRegex = require('ansi-regex');

module.exports = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string;
Size: 154 BMIME: text/plainLines: 4

Rename Item