File

teal-src/util/id.d.tl @ 12618:17cc122cc2e8

util.table: Add move() to Teal interface description file
author Kim Alvefur <zash@zash.se>
date Wed, 15 Jun 2022 15:40:03 +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