It will be nice if we can do something like this ```js awaitGlobal(['SomeGlobal', 'AnotherGlobal']).then(globals=> { const [ SomeGlobal, AnotherGlobal ] = globals console.log(SomeGlobal); }); ```