File

teal-src/util/format.d.tl @ 11849:7440d610e5f1

ejabberd2prosody: Don't import disabled or empty passwords
author Matthew Wild <mwild1@gmail.com>
date Wed, 13 Oct 2021 10:04:11 +0100
parent 11432:113f3912c7cb
line wrap: on
line source

local record lib
	format : function (string, ... : any) : string
end
return lib