will-permutations

1.0.0 • Public • Published

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
    },
    ...
]

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i will-permutations

      Weekly Downloads

      0

      Version

      1.0.0

      License

      ISC

      Unpacked Size

      854 B

      Total Files

      3

      Last publish

      Collaborators

      • williamnd99