mirror of
https://github.com/leafo/moonscript.git
synced 2024-12-08 01:54:24 +00:00
9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
|
|
||
|
-- insert all moon library functions into requiring scope
|
||
|
|
||
|
export moon
|
||
|
moon = moon or {}
|
||
|
moon.inject = true
|
||
|
require "moon.init"
|
||
|
|