@semantic-ui/utils
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -11,3 +11,3 @@ { | ||
}, | ||
"version": "0.2.0" | ||
"version": "0.2.1" | ||
} |
@@ -84,4 +84,4 @@ # @semantic-ui/utils | ||
- `each(iterable, func, context)` - Calls function for each element of an iterable. | ||
- `asyncEach(iterable, func, context) - Calls iteratee awaiting each function | ||
- `asyncMap(iterable, func, context) - Calls each func awaiting the mapped result | ||
- `asyncEach(iterable, func, context)` - Calls iteratee awaiting each function | ||
- `asyncMap(iterable, func, context)` - Calls each func awaiting the mapped result | ||
@@ -88,0 +88,0 @@ ### Equality |
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
101909