吕君喜 406d880ac6 first | há 3 anos atrás | |
---|---|---|
.. | ||
index.js | há 3 anos atrás | |
license | há 3 anos atrás | |
package.json | há 3 anos atrás | |
readme.md | há 3 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