9 lines
74 B
Lua
9 lines
74 B
Lua
|
---@meta
|
||
|
|
||
|
local m = {}
|
||
|
|
||
|
function m.thisIsAnExampleLibrary()
|
||
|
end
|
||
|
|
||
|
return m
|