File

teal-src/util/format.d.tl @ 12325:7457d6d27a0f

prosody.cfg.lua.dist: Remove https_certificate, this should Just Work now
author Kim Alvefur <zash@zash.se>
date Sat, 05 Feb 2022 18:17:52 +0100
parent 11432:113f3912c7cb
line wrap: on
line source

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