%PDF- %PDF-
Direktori : /var/www/projetos/stb.ind.br/wp-content/themes/stb/node_modules/underscore.string/ |
Current File : /var/www/projetos/stb.ind.br/wp-content/themes/stb/node_modules/underscore.string/lines.js |
module.exports = function lines(str) { if (str == null) return []; return String(str).split(/\r\n?|\n/); };