omnidan / node-emoji

💖 simple emoji support for node.js projects
MIT License
1.31k stars 241 forks source link

Typescript fix not released #141

Closed burakcbdn closed 1 year ago

burakcbdn commented 1 year ago

I am trying to use this version, but latest typescript fix is not released so I got this error.

Error [ERR_REQUIRE_ESM]: require() of ES Module

omnidan commented 1 year ago

@burakcbdn we released 2.1.0 yesterday which migrates the whole project to TypeScript and exports the type definitions. it should solve your issue, but please re-open if you're still having issues 😁