File

teal-src/util/compat.d.tl @ 11454:1d9c1893cc5e

util.datamapper: Use enum instead of mutually exclusive booleans Cleaner and rules out invalid combinations.
author Kim Alvefur <zash@zash.se>
date Sun, 14 Mar 2021 01:57:00 +0100
parent 11432:113f3912c7cb
line wrap: on
line source

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