1.0.0 • Published 4 years ago
will-permutations v1.0.0
Pass an object like this to this function to use
const object = {
a: [x, y],
b: [z, t]
}It will return
[
{
a: x,
b: z
},
{
a: x,
b: t
},
...
]1.0.0
4 years ago