|
|
před 4 roky | |
|---|---|---|
| .. | ||
| node_modules | 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 --save strip-ansi
var stripAnsi = require('strip-ansi');
stripAnsi('\u001b[4mcake\u001b[0m');
//=> 'cake'
MIT © Sindre Sorhus