Initial commit

This commit is contained in:
2024-12-12 11:47:38 +01:00
commit b77f524a70
2 changed files with 21 additions and 0 deletions

8
Heimdall.lua Normal file
View File

@@ -0,0 +1,8 @@
---@type HeimdallData
local _, data = ...
if not Heimdall_Data then Heimdall_Data = {} end
---@class HeimdallData
---@field dumpTable fun(table: any, depth?: number): nil
---@field messenger {queue: table<string, Message>, ticker: number}