File

teal-src/util/id.d.tl @ 12556:706375b75475

mod_mam: Silence luacheck (yay warnings in CI but not locally)
author Kim Alvefur <zash@zash.se>
date Tue, 14 Jun 2022 22:06:21 +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