npm install get-permutationsget-permutations
============================

bash
npm install get-permutations --save
`Syntax
`js
getPermutations(['a','b']) // [['b','a'],['a','b']]
`Tests
`bash
npm test
``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.
* 1.0.0 First release