ts-enum-util
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "ts-enum-util", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "TypeScript Enum Utilities", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -108,3 +108,3 @@ [![npm version](https://img.shields.io/npm/v/ts-enum-util.svg)](https://www.npmjs.com/package/ts-enum-util) | ||
### Get an `EnumWrapper` instance for an enum | ||
Use the [$eunum](#enum) function to get an `EnumWrapper` instance for a particular enum. | ||
Use the [$enum](#enum) function to get an `EnumWrapper` instance for a particular enum. | ||
Read about how `EnumWrapper` instances are cached: [Caching](#caching). | ||
@@ -318,3 +318,9 @@ | ||
## Requirements | ||
- *ES6 Features*: The following ES6 features are used by `ts-enum-util`, so they must exist (either natively or via polyfill) in the run-time environment: `Array.from()`, `Map`, `Set`, `Symbol.iterator`. | ||
- *ES5/ES6 Features*: The following ES5/ES6 features are used by `ts-enum-util`, so they must exist (either natively or via polyfill) in the run-time environment: | ||
- `Array.prototype.forEach` | ||
- `Array.prototype.map` | ||
- `Array.from()` | ||
- `Map` | ||
- `Set` | ||
- `Symbol.iterator` | ||
@@ -321,0 +327,0 @@ ## Limitations |
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
139105
600