zpwiki/pages/students/2016/jan_holp/dp2021/dp2021 zdrojove subory/node_modules/strip-ansi
2020-11-28 17:25:52 +00:00
..
index.js aktualna verzia 2020-11-28 17:25:52 +00:00
license aktualna verzia 2020-11-28 17:25:52 +00:00
package.json aktualna verzia 2020-11-28 17:25:52 +00:00
readme.md aktualna verzia 2020-11-28 17:25:52 +00:00

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