File

teal-src/util/format.d.tl @ 12440:1ef893715311 0.12

configmanager: Add method to report loaded config files (part of #1729 fix)
author Matthew Wild <mwild1@gmail.com>
date Mon, 28 Mar 2022 11:41:32 +0100
parent 11432:113f3912c7cb
line wrap: on
line source

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