diff options
| author | amelia squires <[email protected]> | 2025-03-31 13:21:27 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-03-31 13:21:27 -0500 |
| commit | b554d73eeabb96f23385b7b093d5609ff6105e99 (patch) | |
| tree | d1adb6a4e3cdf9ae3c11920ac98d4ed54bae8cca /library/lullaby/test.lua | |
| parent | 9f173bca86bdba7635d725772e349249fa890eee (diff) | |
type definitions
Diffstat (limited to 'library/lullaby/test.lua')
| -rw-r--r-- | library/lullaby/test.lua | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
