File

teal-src/util/format.d.tl @ 12416:19fd28239e73 0.12

prosodyctl: check turn: Fail with error if our own address is supplied for the ping test
author Matthew Wild <mwild1@gmail.com>
date Sat, 19 Mar 2022 11:09:10 +0000
parent 11432:113f3912c7cb
line wrap: on
line source

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