%PDF- %PDF-
| Direktori : /proc/3/root/proc/3/cwd/lib/node_modules/pm2/node_modules/has-ansi/ |
| Current File : //proc/3/root/proc/3/cwd/lib/node_modules/pm2/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);