This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
bin
/
tourism-wxapp
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
66f00d63c9
Ramas
Etiquetas
master
tourism-wxapp
/
node_modules
/
underscore.string
/
surround.js
surround.js
97 B
Histórico
Raw
1
2
3
module.exports = function surround(str, wrapper) {
return [wrapper, str, wrapper].join('');
};