Gogs df670eaa27 first commit před 3 týdny
..
node_modules df670eaa27 first commit před 3 týdny
index.js df670eaa27 first commit před 3 týdny
license df670eaa27 first commit před 3 týdny
package.json df670eaa27 first commit před 3 týdny
readme.md df670eaa27 first commit před 3 týdny

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