UNPKG

rocky

Version:

Full-featured, middleware-oriented, hackable HTTP and WebSocket proxy

6 lines (5 loc) 102 B
module.exports = function permute (arr) { const item = arr.shift() arr.push(item) return item }