aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/prosody/util/id.d.tl
blob: 4b6c93b736c9d4bbbac8b5c8f6ebd447a5014bfb (plain)
1
2
3
4
5
6
7
8
9
local record lib
	short : function () : string
	medium : function () : string
	long : function () : string
	custom : function (integer) : function () : string

end
return lib