File

teal-src/util/format.d.tl @ 11595:8985efc6792d

net.server_epoll: Add missing method for changing TLS context Supported by the other net.server implementations already, but not used anywhere in Prosody.
author Kim Alvefur <zash@zash.se>
date Thu, 10 Jun 2021 13:48:20 -0003
parent 11432:113f3912c7cb
line wrap: on
line source

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