We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While CJS continues to be an important part of the NodeJS world, it seems to be slowly moving towards ESM. I think we should export both cjs and ems.
The reason for this is so that libraries using negotiator like tinyhttp can be fully ESM. I am happy to help with a PR :)
The text was updated successfully, but these errors were encountered:
I have created a new repository for an ESM/TS version of this package. Let me know what you think: https://github.com/colorninja/navigator-es
The branch is called ts-esm-port
Changed:
@types/negotiator
Remaining to do:
Sorry, something went wrong.
No branches or pull requests
While CJS continues to be an important part of the NodeJS world, it seems to be slowly moving towards ESM. I think we should export both cjs and ems.
The reason for this is so that libraries using negotiator like tinyhttp can be fully ESM. I am happy to help with a PR :)
The text was updated successfully, but these errors were encountered: