Closed pi0 closed 1 month ago
Since the introduction of native ESM, a common pattern is that we need only the default export. A new jiti.import(id, { default: true }) makes this easier.
default
jiti.import(id, { default: true })
Since the introduction of native ESM, a common pattern is that we need only the
default
export. A newjiti.import(id, { default: true })
makes this easier.