just-cartesian-product
Advanced tools
Comparing version 4.0.2 to 4.1.0
{ | ||
"name": "just-cartesian-product", | ||
"version": "4.0.2", | ||
"version": "4.1.0", | ||
"description": "Cartesian product of arrays", | ||
@@ -10,4 +10,6 @@ "main": "index.js", | ||
"require": "./index.js", | ||
"default": "./index.mjs" | ||
} | ||
"default": "./index.mjs", | ||
"types": "./index.d.ts" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -33,2 +35,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-cartesian-product | ||
@@ -18,3 +21,3 @@ | ||
```js | ||
import cartesianProduct from 'just-cartesian-product; | ||
import cartesianProduct from 'just-cartesian-product'; | ||
@@ -21,0 +24,0 @@ cartesianProduct([[1, 2], ['a', 'b']]); // [[1, 'a'], [1, 'b'], [2, 'a'], [2, 'b']] |
Sorry, the diff of this file is not supported yet
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
6718
9
28
121