File

teal-src/util/id.d.tl @ 12747:9d6d64fb7641

util.roles: Add tests
author Matthew Wild <mwild1@gmail.com>
date Fri, 07 Oct 2022 16:58:52 +0100
parent 11459:86904555bffc
line wrap: on
line source

local record lib
	short : function () : string
	medium : function () : string
	long : function () : string
	custom : function (integer) : function () : string

end
return lib