Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
node_modules /
strip-ansi /
Delete
Unzip
Name
Size
Permission
Date
Action
index.d.ts
369
B
-rw-r--r--
2022-04-21 14:27
index.js
154
B
-rw-r--r--
2022-04-21 14:27
license
1.08
KB
-rw-r--r--
2022-04-21 14:27
package.json
798
B
-rw-r--r--
2022-04-21 14:27
readme.md
1.56
KB
-rw-r--r--
2022-04-21 14:27
Save
Rename
/** Strip [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) from a string. @example ``` import stripAnsi = require('strip-ansi'); stripAnsi('\u001B[4mUnicorn\u001B[0m'); //=> 'Unicorn' stripAnsi('\u001B]8;;https://github.com\u0007Click\u001B]8;;\u0007'); //=> 'Click' ``` */ declare function stripAnsi(string: string): string; export = stripAnsi;