|
||||
---|---|---|---|---|
.. | ||||
index.js | 11e3a9652a | 7 anos atrás | ||
license | 11e3a9652a | 7 anos atrás | ||
package.json | 11e3a9652a | 7 anos atrás | ||
readme.md | 11e3a9652a | 7 anos atrás |
Strip ANSI escape codes
$ npm install --save strip-ansi
var stripAnsi = require('strip-ansi');
stripAnsi('\u001b[4mcake\u001b[0m');
//=> 'cake'
MIT © Sindre Sorhus