@pelevesque/permutate
Permutates elements. Same as https://www.npmjs.com/package/permutater, but with the addition of filtering offsets.
allcombinations
returns a list of all possible combinations / permutations of an array of items
english-permutation
Performs a permutation of the input string and returns only valid English words that can be formed from the letters
johnson-trotter
An implementation of the Johnson-Trotter permutation algorithm.