This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
mightyplow
/
jslib
Vigiar
1
Colocar Estrela
1
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
83a06f35a4
Ramos
Etiquetas
develop
master
jslib
/
lib
/
string.js
string.js
97 B
Histórico
Em bruto
1
2
3
4
module.exports = {
append: (str, append) => str + append,
toBool: val => val === 'true'
}