Is there a way to use a callback for puppeteer.launch instead of wrapping it in an async IIFE?
(async () => { const browser = await puppeteer.launch();