nixos/lua-lsp/meta/3rd/example/library/love.lua

9 lines
74 B
Lua

---@meta
local m = {}
function m.thisIsAnExampleLibrary()
end
return m