1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/inquirer/node_modules/strip-ansi
詹力 1fbb667270 完善文档,完善若干细节 2023-12-28 23:41:32 +08:00
..
index.js i4 2023-12-18 13:12:25 +08:00
license i4 2023-12-18 13:12:25 +08:00
package.json 完善文档,完善若干细节 2023-12-28 23:41:32 +08:00
readme.md i4 2023-12-18 13:12:25 +08:00

readme.md

strip-ansi Build Status

Strip ANSI escape codes

Install

$ npm install strip-ansi

Usage

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

stripAnsi('\u001B[4mUnicorn\u001B[0m');
//=> 'Unicorn'
  • 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

Maintainers

License

MIT