Add event listener and return cleanup function
Optional
const cleanup = on(window, 'resize', (e) => {}); Copy
const cleanup = on(window, 'resize', (e) => {});
Add event listener and return cleanup function