This website requires JavaScript.
Explore
Help
Register
Sign In
library-mirrors
/
moonscript
Watch
1
Star
0
Fork
0
You've already forked moonscript
mirror of
https://github.com/leafo/moonscript.git
synced
2024-11-22 02:44:23 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3be7be0166
moonscript
/
moon
/
all.lua
6 lines
84 B
Lua
Raw
Normal View
History
Unescape
Escape
update moon library to not use module
2013-06-08 06:34:03 +00:00
local
moon
=
require
(
"
moon
"
)
for
k
,
v
in
pairs
(
moon
)
do
_G
[
k
]
=
v
end
return
moon
Reference in New Issue
Copy Permalink