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

end
return lib