File

teal-src/util/format.d.tl @ 12217:39043233de04

util.prosodyctl.check: Add HTTP related DNS checks Since XEP-0363 is essentially mandatory now this will hopefully help diagnose some common issues.
author Kim Alvefur <zash@zash.se>
date Thu, 27 Jan 2022 12:36:50 +0100
parent 11432:113f3912c7cb
line wrap: on
line source

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