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