8 lines
73 B
Lua

local M = {}
M.to_content = function (field)
-- TODO
end
return M