From b554d73eeabb96f23385b7b093d5609ff6105e99 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Mon, 31 Mar 2025 13:21:27 -0500 Subject: type definitions --- library/lullaby/test.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 library/lullaby/test.lua (limited to 'library/lullaby/test.lua') diff --git a/library/lullaby/test.lua b/library/lullaby/test.lua new file mode 100644 index 0000000..3bc7151 --- /dev/null +++ b/library/lullaby/test.lua @@ -0,0 +1,11 @@ +---@meta + +---not meant for normal usage +---@deprecated +---@class test +local test = {} + +function test._match() end +function test.stack_dump() end + +return test -- cgit v1.2.3