File

teal-src/util/format.d.tl @ 11725:789da12cf232

mod_pubsub: Silence warning about 'service' as argument [luacheck] Maybe the 'service' in the outer scope should be moved down to minimize overlap with other functions that receive the same service as argument?
author Kim Alvefur <zash@zash.se>
date Sun, 25 Jul 2021 16:33:19 +0200
parent 11432:113f3912c7cb
line wrap: on
line source

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