Module:Debug

From Umamusume Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Debug/doc

local p = {}

function p.dump(frame)
	return mw.dumpObject(frame.args[1])
end

return p