1.0.0 • Published 9 years ago
get-unique-permutations v1.0.0
get-unique-permutations
Installation
npm install get-unique-permutations --saveSyntax
getUniquePermutations([1,0,1]) // [[0,1,1],[1,0,1],[1,1,0]]Tests
npm testContributing
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
1.0.0
9 years ago