e9d84b5
1 2 3 4 5 6 7 8
local M = {} function M.get_mt(t) if type(t) ~= 'table' then return nil end return getmetatable(t) end return M