get-unique-permutations

1.0.0 • Public • Published

get-unique-permutations

Build Status

Installation

npm install get-unique-permutations --save

Syntax

getUniquePermutations([1,0,1]) // [[0,1,1],[1,0,1],[1,1,0]]

Tests

npm test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 1.0.0 First release

/get-unique-permutations/

    Package Sidebar

    Install

    npm i get-unique-permutations

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • janjarfalk