File

teal-src/util/id.d.tl @ 12338:677ea3cc9c84

prosody.cfg.lua.dist: Improve section-like layout via headers and spacing
author Matthew Wild <mwild1@gmail.com>
date Mon, 14 Feb 2022 16:27:58 +0000
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