minetest_x_bows/types/table.type.lua
2022-10-21 13:37:35 -04:00

8 lines
211 B
Lua

---https://github.com/sumneko/lua-language-server/wiki
---@alias tablelib tablelib|TableAbstract
---Table helpers
---@class TableAbstract
---@field copy fun(table: table): table returns a deep copy of `table`