Current Path : /home/infinitibizsol/.trash/node_modules.4/underscore.string/ |
Current File : /home/infinitibizsol/.trash/node_modules.4/underscore.string/surround.js |
module.exports = function surround(str, wrapper) { return [wrapper, str, wrapper].join(''); };