This is the repository for the python-enum npm package. This package was created as a tool to facilitate the migration of projects written in python to javascript. As such, it serves the usecase of ...
Coming from a java background through University, one thing I miss in JavaScript is Enums. The ability to have a single collection of common constants, with the option of bolting on some functionality ...