XuelesszzZ 94af2b8e7b 6-30-5 1 年間 前
..
node_modules 94af2b8e7b 6-30-5 1 年間 前
index.js 94af2b8e7b 6-30-5 1 年間 前
license 94af2b8e7b 6-30-5 1 年間 前
package.json 94af2b8e7b 6-30-5 1 年間 前
readme.md 94af2b8e7b 6-30-5 1 年間 前

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