chuwanghui 6d115466a5 electron库 | 6 yıl önce | |
---|---|---|
.. | ||
.npminstall.done | 6 yıl önce | |
index.js | 6 yıl önce | |
license | 6 yıl önce | |
package.json | 6 yıl önce | |
readme.md | 6 yıl önce |
Strip ANSI escape codes
$ npm install --save strip-ansi
var stripAnsi = require('strip-ansi');
stripAnsi('\u001b[4mcake\u001b[0m');
//=> 'cake'
MIT © Sindre Sorhus