return {
        init: () => {
             console.log('init')
        },
        run: () => {
            init()
        }
    };
how to call init function from run function as code is already developed and cant modify need to call like this only
 
     
    