Matjaz Mesnjak da65f00f6c Initial commit.
2017-09-20 23:19:33 +02:00
..
2017-09-20 23:19:33 +02:00
2017-09-20 23:19:33 +02:00
2017-09-20 23:19:33 +02:00
2017-09-20 23:19:33 +02: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