File

teal-src/util/id.d.tl @ 13257:e11644485902 0.12

Added tag 0.12.4 for changeset a2ba3f06dcf4
author Kim Alvefur <zash@zash.se>
date Tue, 05 Sep 2023 19:48:59 +0200
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