Typescript Fungsi Async Anonim Segera Panggilan

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