just-cartesian-product
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "just-cartesian-product", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Cartesian product of arrays", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
## just-cartesian-product | ||
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-cartesian-product) | ||
[`🍦 Try it`](https://anguscroll.com/just/just-cartesian-product) | ||
```shell | ||
npm install just-cartesian-product | ||
``` | ||
```shell | ||
yarn add just-cartesian-product | ||
``` | ||
Takes an input of an array of arrays and returns their Cartesian product. | ||
``` | ||
```js | ||
import cartesianProduct from 'just-cartesian-product; | ||
@@ -12,0 +19,0 @@ |
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
6393
25