%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/succ.js |
var adjacent = require('./helper/adjacent');
module.exports = function succ(str) {
return adjacent(str, 1);
};