local M = {} local type_check = require("Trans.util.debug").type_check M.__index = M function M:new() end return M