0.1.0 • Published 3 years ago

fast-cartesian-concat-pmb v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

fast-cartesian-concat-pmb

Calculate a small-ish list of combinations using fast-cartesian, then concatenate each result.

API

This module exports one function:

fastCartesianConcat(inputs)

Given an array inputs of arrays, determines all combinations and concatenates each combination, thus returning a flat list of combined items.

Known issues

  • Needs more/better tests and docs.

 

License

ISC