katwhite 2bb8a30479 i hope this works il y a 4 ans
..
node_modules 2bb8a30479 i hope this works il y a 4 ans
index.js 2bb8a30479 i hope this works il y a 4 ans
license 2bb8a30479 i hope this works il y a 4 ans
package.json 2bb8a30479 i hope this works il y a 4 ans
readme.md 2bb8a30479 i hope this works il y a 4 ans

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