import() expressions#¶
Dynamic import() is supported in both CommonJS and ES modules. In CommonJS modules it can be used to load ES modules.
import() expressions#¶Dynamic import() is supported in both CommonJS and ES modules. In CommonJS modules it can be used to load ES modules.