📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 15:31:27
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
wrap-ansi-cjs
/
node_modules
/
strip-ansi
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/wrap-ansi-cjs/node_modules/strip-ansi
🔄 Refresh
✏️
Editing: index.d.ts
Writable
/** 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;
💾 Save Changes
❌ Cancel