Tennessee Gibbs 0304752480 added pages to master | 6 年前 | |
---|---|---|
.. | ||
index.js | 6 年前 | |
license | 6 年前 | |
package.json | 6 年前 | |
readme.md | 6 年前 |
Strip ANSI escape codes
$ npm install --save strip-ansi
var stripAnsi = require('strip-ansi');
stripAnsi('\u001b[4mcake\u001b[0m');
//=> 'cake'
MIT © Sindre Sorhus