chensenlai 10988628a0 语音房项目初始化 | hace 5 años | |
---|---|---|
.. | ||
index.js | hace 5 años | |
license | hace 5 años | |
package.json | hace 5 años | |
readme.md | hace 5 años |
Strip ANSI escape codes
$ npm install --save strip-ansi
var stripAnsi = require('strip-ansi');
stripAnsi('\u001b[4mcake\u001b[0m');
//=> 'cake'
MIT © Sindre Sorhus