aboutsummaryrefslogtreecommitdiff
path: root/library/lullaby/test.lua
blob: 3bc7151571207f34d939eb10380088d6a03e923b (plain)
1
2
3
4
5
6
7
8
9
10
11
---@meta

---not meant for normal usage
---@deprecated
---@class test
local test = {}

function test._match() end
function test.stack_dump() end

return test