404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.140.184.203: ~ $
/**
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;

Filemanager

Name Type Size Permission Actions
index.d.ts File 369 B 0644
index.js File 154 B 0644
license File 1.08 KB 0644
package.json File 3.74 KB 0644
readme.md File 1.56 KB 0644