minetest_x_bows/types/generic.type.lua
2022-10-12 21:13:06 -04:00

8 lines
301 B
Lua

---https://github.com/sumneko/lua-language-server/wiki
---Undefined location
---@class LocationUndefined
---@field type string|'undefined'
---@alias Dump fun(obj: any, dumped?: any): string returns a string which makes `obj` human-readable, `obj`: arbitrary variable, `dumped`: table, default: `{}`