This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
kindring
/
airws
Observar
0
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
086b4159cf
Branches
Tags
master
airws
/
until
/
string_action.js
string_action.js
97 B
Histórico
Raw
1
2
3
4
module.exports = function (str1,action,str2){
str1.__proto__[action]=str2;
return str1;
}