admin_vue/11-前端模块化开发Webpack(Node.js基础)/04-webpack_Loader使用/node_modules/strip-ansi
3056762376@qq.com 3aeda6d214 changes 2022-11-20 18:09:32 +08:00
..
index.js changes 2022-11-20 18:09:32 +08:00
license changes 2022-11-20 18:09:32 +08:00
package.json changes 2022-11-20 18:09:32 +08:00
readme.md changes 2022-11-20 18:09:32 +08:00

readme.md

strip-ansi Build Status

Strip ANSI escape codes

Install

$ npm install --save strip-ansi

Usage

var stripAnsi = require('strip-ansi');

stripAnsi('\u001b[4mcake\u001b[0m');
//=> 'cake'
  • strip-ansi-cli - CLI for this module
  • has-ansi - Check if a string has ANSI escape codes
  • ansi-regex - Regular expression for matching ANSI escape codes
  • chalk - Terminal string styling done right

License

MIT © Sindre Sorhus