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