just-map-keys
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "just-map-keys", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "map an object, predicate updates keys, receives (value, key, object)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,8 +0,17 @@ | ||
## just-map-object | ||
## just-map-keys | ||
Part of a [library](../../../../) of zero-dependency npm modules that do just do one thing. | ||
Part of a [library](https://anguscroll.com/just) of zero-dependency npm modules that do just do one thing. | ||
Guilt-free utilities for every occasion. | ||
[Try it now](http://anguscroll.com/just/just-map-object) | ||
[`🍦 Try it`](https://anguscroll.com/just/just-map-keys) | ||
```shell | ||
npm install just-map-keys | ||
``` | ||
```shell | ||
yarn add just-map-keys | ||
``` | ||
Map an object, predicate updates keys, receives (value, key, object) | ||
```js | ||
@@ -9,0 +18,0 @@ import map from 'just-map-keys'; |
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
5155
28