File

teal-src/util/id.d.tl @ 12325:7457d6d27a0f

prosody.cfg.lua.dist: Remove https_certificate, this should Just Work now
author Kim Alvefur <zash@zash.se>
date Sat, 05 Feb 2022 18:17: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