wiki/content/20201116170151-dynamic_import.md

240 B

date id title
2020-11-16 c6de9c5c-2b33-4550-a679-8c32075d2c24 Dynamic Import

Description

Modules can be imported dynamically on-demand anywhere in the code

Syntax

const module = await import('module');