CommonJS module
LinkTree3 opened this issue · 2 comments
LinkTree3 commented
Hi! I was wondering if there's a CommonJS version of this module for use in NodeJS?
All my other modules are in CommonJS and if I set "type": "module"
in my package.json it will break all the rest.
Thank you.
Richienb commented
There is currently no plan to release CommonJS versions of packages after migrating to ESM. Either use this ESM version or stay on version 1.2.1.
sindresorhus commented
if I set "type": "module" in my package.json it will break all the rest.
ESM can import CommonJS packages.