just-deep-map-values
Advanced tools
Comparing version
{ | ||
"name": "just-deep-map-values", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Returns an object with values at all depths mapped according to the provided function", | ||
@@ -10,4 +10,6 @@ "main": "index.js", | ||
"require": "./index.js", | ||
"default": "./index.mjs" | ||
} | ||
"default": "./index.mjs", | ||
"types": "./index.d.ts" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -35,2 +37,2 @@ "types": "index.d.ts", | ||
} | ||
} | ||
} |
@@ -0,1 +1,4 @@ | ||
<!-- DO NOT EDIT THIS FILE! THIS FILE WAS AUTOGENERATED BY TEMPLATE-MATE --> | ||
<!-- SEE https://github.com/angus-c/just/blob/master/CONTRIBUTING.md#readme-template --> | ||
## just-deep-map-values | ||
@@ -11,3 +14,2 @@ | ||
``` | ||
```shell | ||
@@ -20,3 +22,3 @@ yarn add just-deep-map-values | ||
```js | ||
import deepMapValues from "just-deep-map-values"; | ||
import deepMapValues from 'just-deep-map-values'; | ||
@@ -23,0 +25,0 @@ const squareFn = (number) => number * number; |
Sorry, the diff of this file is not supported yet
5042
7%9
12.5%26
8.33%