mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +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"
|
|
|