File

teal-src/util/format.d.tl @ 12174:a38b7cb5fd6a

mod_storage_xep0227: Support for exporting nodes with no stored configuration
author Matthew Wild <mwild1@gmail.com>
date Mon, 10 Jan 2022 15:48:45 +0000
parent 11432:113f3912c7cb
line wrap: on
line source

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