Blame view
node_modules/underscore.string/surround.js
97 Bytes
f7563de62
|
1 2 3 |
module.exports = function surround(str, wrapper) { return [wrapper, str, wrapper].join(''); }; |
f7563de62
|
1 2 3 |
module.exports = function surround(str, wrapper) { return [wrapper, str, wrapper].join(''); }; |