This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
kindring
/
airws
Vigiar
0
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
086b4159cf
Ramos
Etiquetas
master
airws
/
until
/
string_action.js
string_action.js
97 B
Histórico
Em bruto
1
2
3
4
module.exports = function (str1,action,str2){
str1.__proto__[action]=str2;
return str1;
}