root 3bf41bf355 update | 1 年間 前 | |
---|---|---|
.. | ||
index.js | 1 年間 前 | |
license | 1 年間 前 | |
package.json | 1 年間 前 | |
readme.md | 1 年間 前 |
Strip ANSI escape codes
$ npm install --save strip-ansi
var stripAnsi = require('strip-ansi');
stripAnsi('\u001b[4mcake\u001b[0m');
//=> 'cake'
MIT © Sindre Sorhus