💺 @combinatorics/permutation User:Watchduck / CC BY-SA 4.0 Permutation library for JavaScript. See docs. Parent is js-algorithms. import { next , reversed , identity } from '@combinatorics/permutation' ; next( reversed( identity( 3 ) ) ) ; // [ 0 , 1 , 2 ]