iptv-stream-web/node_modules/has-ansi
2025-09-28 22:58:47 -04:00
..
index.js 1.4.1: Directory Structure Creation 2025-09-28 22:58:47 -04:00
license 1.4.1: Directory Structure Creation 2025-09-28 22:58:47 -04:00
package.json 1.4.1: Directory Structure Creation 2025-09-28 22:58:47 -04:00
readme.md 1.4.1: Directory Structure Creation 2025-09-28 22:58:47 -04:00

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