404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.23.128.248: ~ $
/**
Strip [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) from a string.

@example
```
import stripAnsi from 'strip-ansi';

stripAnsi('\u001B[4mUnicorn\u001B[0m');
//=> 'Unicorn'

stripAnsi('\u001B]8;;https://github.com\u0007Click\u001B]8;;\u0007');
//=> 'Click'
```
*/
export default function stripAnsi(string: string): string;

Filemanager

Name Type Size Permission Actions
index.d.ts File 349 B 0644
index.js File 220 B 0644
license File 1.08 KB 0644
package.json File 1.89 KB 0644
readme.md File 1.64 KB 0644