File

teal-src/util/format.d.tl @ 12923:419e55abd285 0.12

mod_http: Unhook CORS handlers only if active (fixes #1801)
author Kim Alvefur <zash@zash.se>
date Sun, 05 Mar 2023 15:45:01 +0100 (2023-03-05)
parent 11432:113f3912c7cb
line wrap: on
line source
local record lib
	format : function (string, ... : any) : string
end
return lib