Files
bug-em/node_modules/has-ansi
Talor Berthelson 889faf9c1c lol
2016-06-17 20:49:15 -04:00
..
lol
2016-06-17 20:49:15 -04:00
lol
2016-06-17 20:49:15 -04:00
lol
2016-06-17 20:49:15 -04:00
lol
2016-06-17 20:49:15 -04:00

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

License

MIT © Sindre Sorhus