|
3 سال پیش | |
---|---|---|
.. | ||
index.js | 3 سال پیش | |
license | 3 سال پیش | |
package.json | 3 سال پیش | |
readme.md | 3 سال پیش |
Strip ANSI escape codes
$ npm install strip-ansi
const stripAnsi = require('strip-ansi');
stripAnsi('\u001B[4mUnicorn\u001B[0m');
//=> 'Unicorn'
MIT