File

teal-src/util/format.d.tl @ 11729:f37cafeb75d6

migrator: Trick net.server into thinking the config is loaded Fixes "Loading outside Prosody or Prosody not yet initialized"
author Kim Alvefur <zash@zash.se>
date Thu, 29 Jul 2021 14:06:14 +0200
parent 11432:113f3912c7cb
line wrap: on
line source

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