This website works better with JavaScript
Home
Explore
Help
Sign In
kindring
/
airws
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
64d982f257
Branches
Tags
master
airws
/
until
/
string_action.js
string_action.js
97 B
History
Raw
1
2
3
4
module
.exports =
function
(
str1,action,str2
)
{
str1.__proto__[action]=str2;
return
str1;
}