This repository has been archived on 2021-05-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
simpledash/bulma/node_modules/has-ansi

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