%PDF- %PDF-
Direktori : /proc/self/root/var/www/projetos/stb.ind.br/wp-content/themes/stb/node_modules/strip-ansi/ |
Current File : //proc/self/root/var/www/projetos/stb.ind.br/wp-content/themes/stb/node_modules/strip-ansi/index.js |
'use strict'; var ansiRegex = require('ansi-regex')(); module.exports = function (str) { return typeof str === 'string' ? str.replace(ansiRegex, '') : str; };