File

teal-src/util/id.d.tl @ 11693:7c03b1f4c388

prosodyctl: Add a note about checking the order of listed commands Should Plugin really be first? What order makes the most sense?
author Kim Alvefur <zash@zash.se>
date Thu, 15 Jul 2021 00:38:27 +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