1
0
root f4b10b55a0 Initial commit 2 сар өмнө
..
index.js f4b10b55a0 Initial commit 2 сар өмнө
license f4b10b55a0 Initial commit 2 сар өмнө
package.json f4b10b55a0 Initial commit 2 сар өмнө
readme.md f4b10b55a0 Initial commit 2 сар өмнө

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