Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
alt-nodejs16
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
strip-ansi
/
File Content:
index.d.ts
/** 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;
Submit
FILE
FOLDER
Name
Size
Permission
Action
index.d.ts
369 bytes
0644
index.js
154 bytes
0644
license
1109 bytes
0644
package.json
798 bytes
0644
N4ST4R_ID | Naxtarrr