htc 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
..
index.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
license 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
package.json 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
readme.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa

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