mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2025-12-13 11:38:15 +07:00
7 lines
98 B
Lua
7 lines
98 B
Lua
---@class evolved.compat
|
|
local compat = {}
|
|
|
|
compat.unpack = unpack or table.unpack
|
|
|
|
return compat
|