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

/will-permutations/

    Package Sidebar

    Install

    npm i will-permutations

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    854 B

    Total Files

    3

    Last publish

    Collaborators

    • williamnd99