Files
freeCodeCamp/probot/presolver/node_modules/has-ansi
2018-12-05 11:23:55 +05:30
..
2018-12-05 11:23:55 +05:30
2018-12-05 11:23:55 +05:30
2018-12-05 11:23:55 +05:30
2018-12-05 11:23:55 +05:30

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