%PDF- %PDF-
| Direktori : /var/www/projetos/stb.ind.br/wp-content/themes/stb/node_modules/has-ansi/ |
| Current File : /var/www/projetos/stb.ind.br/wp-content/themes/stb/node_modules/has-ansi/index.js |
'use strict';
var ansiRegex = require('ansi-regex');
var re = new RegExp(ansiRegex().source); // remove the `g` flag
module.exports = re.test.bind(re);