Repository URL to install this package:
Version:
1.14.0-17740 ▾
|
brackets
/
opt
/
brackets
/
www
/
extensions
/
default
/
brackets-eslint
/
node_modules
/
strip-ansi
|
---|
.. |
index.js |
license |
package.json |
readme.md |
Strip ANSI escape codes
$ npm install --save strip-ansi
var stripAnsi = require('strip-ansi'); stripAnsi('\u001b[4mcake\u001b[0m'); //=> 'cake'
MIT © Sindre Sorhus