File

teal-src/util/compat.d.tl @ 11964:563ee7969f6c

util.async tests: Explicitly import match from luassert (luacheck)
author Matthew Wild <mwild1@gmail.com>
date Mon, 29 Nov 2021 14:22:08 +0000
parent 11432:113f3912c7cb
line wrap: on
line source

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