Resolve a module's default export across ESM/CJS interop (mod.default or the module itself).
mod.default
The imported module namespace.
The default export.
Resolve a module's default export across ESM/CJS interop (
mod.defaultor the module itself).