@unction/reducewithvaluekey
Advanced tools
Comparing version 11.10.0 to 11.10.1
{ | ||
"name": "@unction/reducewithvaluekey", | ||
"version": "11.10.0", | ||
"version": "11.10.1", | ||
"description": "Reduces over a functor, providing the reducer with the value and key", | ||
@@ -69,3 +69,4 @@ "keywords": [ | ||
"browser": "browser.js", | ||
"types": "types.d.ts" | ||
"types": "types.d.ts", | ||
"sideEffects": false | ||
} |
29317