Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi пре 7 година
..
index.js cefd1c2ad0 updated sys and created publi пре 7 година
license cefd1c2ad0 updated sys and created publi пре 7 година
package.json cefd1c2ad0 updated sys and created publi пре 7 година
readme.md cefd1c2ad0 updated sys and created publi пре 7 година

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