You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Noan07 5fad98b9c5
pb npm
2 years ago
..
node_modules/ansi-regex pb npm 2 years ago
index.js pb npm 2 years ago
license pb npm 2 years ago
package.json pb npm 2 years ago
readme.md pb npm 2 years ago

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

License

MIT © Sindre Sorhus