mirror of
https://github.com/leafo/moonscript.git
synced 2024-12-24 01:04:21 +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"
|
|
|