a zip code crypto-currency system good for red ONLY
Eric Foster d5378345de connection between front end and database преди 6 години
..
index.js connection between front end and database преди 6 години
license connection between front end and database преди 6 години
package.json connection between front end and database преди 6 години
readme.md connection between front end and database преди 6 години

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'

Related

  • 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