profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

Dynamic Import

Description

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

Syntax

const module = await import("module")