@lucid-softworks/array-cartesian-product
v0.1.0
Published
Compute the Cartesian product of multiple arrays.
Maintainers
Readme
@lucid-softworks/array-cartesian-product
Compute the Cartesian product of multiple arrays.
import { cartesianProduct } from "@lucid-softworks/array-cartesian-product";
cartesianProduct([
["a", "b"],
["x", "y"],
]);See the exported types and tests for exact edge-case behavior.
