@js-bits/enumerate
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -55,1 +55,3 @@ const converters = new Map(); | ||
export default enumerate; | ||
// TODO: serialize/deserialize, toJSON, toString |
{ | ||
"name": "@js-bits/enumerate", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Easy to use, Symbol-based enum implementation", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# Easy to use, Symbol-based enum implementation | ||
Just list values you need and `enumerate` tag function will create corresponding variables with unique values for your convenience. | ||
Just list values you need and `enumerate` tag function will create corresponding constants with unique values for your convenience. | ||
@@ -107,2 +107,3 @@ ## Installation | ||
- Be careful adding new items to an existing numeric enum. Always append them to the end of the list to avoid changing previous item values. | ||
- Internet Explorer is not supported. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8601
167
109