TypeScript Anonymous Async Función Llamada inmediatamente

(async () => {
	await someAsyncFunction();
})();
Outrageous Okapi