A simple cjs wrapper to the forked change-case module
Here is the original module
Since version 5 of change-case, the module only supports esm import. In order to continue using this module conveniently I decided to fork it and wrap it in fix-esm.
Unfortunately change-case uses package.json -> exports which prevents fix-esm from working as normal. This is why I forked it. The fork should be very easy to keep up-to-date.