Is it possible to accomplish something like this with ES Modules? (e.g. using a module in the global scope) I know I could do it with an IIFE or a class...
&