News

An implementation of python-like enums in JavaScript. 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 ...
It also would allow static checkers to infer the type of the enum member's value without having to use casts. Comparison operations would work the same way as for enum.Enum, and unlike enum.IntEnum.