|
před 4 roky | |
---|---|---|
.. | ||
index.js | před 4 roky | |
license | před 4 roky | |
package.json | před 4 roky | |
readme.md | před 4 roky |
Strip ANSI escape codes
$ npm install strip-ansi
const stripAnsi = require('strip-ansi');
stripAnsi('\u001B[4mUnicorn\u001B[0m');
//=> 'Unicorn'
MIT