auth0 / node-auth0

Node.js client library for the Auth0 platform.
MIT License
630 stars 309 forks source link

Improve ESM and CJS support #902

Closed frederikprijck closed 1 year ago

frederikprijck commented 1 year ago

Changes

Improves CJS and ESM support by ensuring we have types for both CJS and ESM.

Checklist