tree: fa6aa7f42e9255998bdf7db7c4b98940f5eb6574 [path history] [tgz]
  1. index.js
  2. license
  3. package.json
  4. readme.md
node_modules/has-ansi/readme.md

has-ansi Build Status

Check if a string has ANSI escape codes

Install

$ npm install --save has-ansi

Usage

var hasAnsi = require('has-ansi');

hasAnsi('\u001b[4mcake\u001b[0m');
//=> true

hasAnsi('cake');
//=> false

Related

License

MIT © Sindre Sorhus