%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/insert.js |
var splice = require('./splice');
module.exports = function insert(str, i, substr) {
return splice(str, i, 0, substr);
};