Repository URL to install this package:
Version:
1.16.0 ▾
|
.. |
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