Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi | hace 7 años | |
---|---|---|
.. | ||
index.js | hace 7 años | |
license | hace 7 años | |
package.json | hace 7 años | |
readme.md | hace 7 años |
Strip ANSI escape codes
$ npm install --save strip-ansi
var stripAnsi = require('strip-ansi');
stripAnsi('\u001b[4mcake\u001b[0m');
//=> 'cake'
MIT © Sindre Sorhus