caoge c760052ff9 机车状态修改 il y a 7 mois
..
index.js c760052ff9 机车状态修改 il y a 7 mois
license c760052ff9 机车状态修改 il y a 7 mois
package.json c760052ff9 机车状态修改 il y a 7 mois
readme.md c760052ff9 机车状态修改 il y a 7 mois

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