|
5 ماه پیش | |
---|---|---|
.. | ||
index.js | 5 ماه پیش | |
license | 5 ماه پیش | |
package.json | 5 ماه پیش | |
readme.md | 5 ماه پیش |
Strip ANSI escape codes
$ npm install --save strip-ansi
var stripAnsi = require('strip-ansi');
stripAnsi('\u001b[4mcake\u001b[0m');
//=> 'cake'
MIT © Sindre Sorhus