Eric Foster 35b96bc934 initial commit hace 6 años
..
index.js initial commit hace 6 años
license initial commit hace 6 años
package.json initial commit hace 6 años
readme.md initial commit hace 6 años

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