File

teal-src/util/format.d.tl @ 12849:330bfcaa5532

luacheck: Remove long gone mod_storage_sql1 from excludes No point not checking a file that doesn't exist
author Kim Alvefur <zash@zash.se>
date Thu, 19 Jan 2023 17:29:40 +0100
parent 11432:113f3912c7cb
line wrap: on
line source

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