1
1
Fork 0
mirror of https://github.com/lune-org/lune.git synced 2025-04-16 01:43:49 +01:00
lune/tests/globals/require/modules/module.luau
2023-02-17 15:03:13 +01:00

4 lines
43 B
Lua

return {
Foo = "Bar",
Hello = "World",
}