import * as patcher from "./src/patcher.js" async function init(obj) { obj.demon = { patcher: { patcher } } } export default init;