File

teal-src/util/compat.d.tl @ 11467:88792dd2bee9

util.datamapper: Factor out handling of object properties for array reuse
author Kim Alvefur <zash@zash.se>
date Sat, 20 Mar 2021 21:25:45 +0100
parent 11432:113f3912c7cb
line wrap: on
line source

local record lib
	xpcall : function (function, function, ...:any):boolean, any
end
return lib