jex-js-combos

1.0.1 • Public • Published

jex-js-combos

Get all combinations.

Build Status

import { pairs } from 'jex-js-combos'

pairs([1, 2, 3])

/*
[
  [1, 2],
  [1, 3],
  [2, 3],
]
*/

Dependencies (0)

    Dev Dependencies (8)

    Package Sidebar

    Install

    npm i jex-js-combos

    Weekly Downloads

    1

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    5.47 kB

    Total Files

    9

    Last publish

    Collaborators

    • reergymerej