File

teal-src/util/table.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 11459:86904555bffc
child 12618:17cc122cc2e8
line wrap: on
line source
local record lib
	create : function (narr:integer, nrec:integer):table
	pack : function (...:any):{any}
end
return lib