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