aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/prosody/util/array.d.tl
blob: 70bf26240359fd9542ea02435b4148b990c41c7b (plain)
1
2
3
4
5
6
7
8
9
local record array_t<T>
	{ T }
end

local record lib
	metamethod __call : function () : array_t
end

return lib