summaryrefslogtreecommitdiff
path: root/meta/3rd/example/library/love.lua
blob: ebde998cdefb0c629b5686fa72cab87822a773b3 (plain)
1
2
3
4
5
6
7
8
---@meta

local m = {}

function m.thisIsAnExampleLibrary()
end

return m