zz 65c8a28f48 项目初始化 1 hafta önce
..
node_modules 65c8a28f48 项目初始化 1 hafta önce
index.js 65c8a28f48 项目初始化 1 hafta önce
license 65c8a28f48 项目初始化 1 hafta önce
package.json 65c8a28f48 项目初始化 1 hafta önce
readme.md 65c8a28f48 项目初始化 1 hafta önce

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