学习?学个屁 06c63c15cc 初始化提交 hai 3 semanas
..
node_modules 06c63c15cc 初始化提交 hai 3 semanas
index.js 06c63c15cc 初始化提交 hai 3 semanas
license 06c63c15cc 初始化提交 hai 3 semanas
package.json 06c63c15cc 初始化提交 hai 3 semanas
readme.md 06c63c15cc 初始化提交 hai 3 semanas

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