File

teal-src/util/id.d.tl @ 12534:3caff1f93520

util.openmetrics: Set (previously unused, empty) metatable Silences luacheck warning about the metatable being unused.
author Kim Alvefur <zash@zash.se>
date Mon, 30 May 2022 17:34:58 +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