%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/quote.js |
var surround = require('./surround'); module.exports = function quote(str, quoteChar) { return surround(str, quoteChar || '"'); };