generatorics
Efficient Combinatorics library for JavaScript using ES2015 generator functions. Generate power set, combination, and permutation.
powerset
Utility for creating a powerset in form of array
enum-powerset
generates all possible subsets (powerset) of elements in a given array