You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This lets CJS users avoid .default. The downside is the CJS and ESM types are slightly different: ESM exports as default, while CJS exports as module.exports =. Hopefully that misalignment doesn't matter...
0 commit comments