This website requires JavaScript.
Explore
Help
Sign In
max
/
pixsy
Watch
1
Star
0
Fork
You've already forked pixsy
0
Code
Issues
8
Pull Requests
Releases
Wiki
Activity
051b18da3b
pixsy
/
node_modules
/
resolve
/
test
/
module_dir
/
zmodules
/
bbb
/
main.js
2 lines
51 B
JavaScript
Raw
Normal View
History
Unescape
Escape
initial
2017-12-22 17:22:08 +00:00
module
.
exports
=
function
(
n
)
{
return
n
*
111
;
}
;