get-permutations

Get permutations

Usage no npm install needed!

<script type="module">
  import getPermutations from 'https://cdn.skypack.dev/get-permutations';
</script>

README

get-permutations

Build Status

Installation

npm install get-permutations --save

Syntax

getPermutations(['a','b']) // [['b','a'],['a','b']]

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