made-in-akira/node_modules/has-ansi
Akira Olivia Pink 83f1f9e08b added my css userstyles! and maybe some graphic design stuff? i've forgorten 2021-10-24 22:20:19 -03:00
..
index.js added my css userstyles! and maybe some graphic design stuff? i've forgorten 2021-10-24 22:20:19 -03:00
license added my css userstyles! and maybe some graphic design stuff? i've forgorten 2021-10-24 22:20:19 -03:00
package.json added my css userstyles! and maybe some graphic design stuff? i've forgorten 2021-10-24 22:20:19 -03:00
readme.md added my css userstyles! and maybe some graphic design stuff? i've forgorten 2021-10-24 22:20:19 -03:00

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

License

MIT © Sindre Sorhus