local node = require('Trans').util.node local it, t, f, co = node.item, node.text, node.format, node.conjunction ---@type TransHoverRenderer local M = {} function M.web(hover, result) if not result.web then return end end return M