_.move LoDash mixin
Move an item in an array
npm install lodash-move
LoDash issue is here. Give it a 👍 if you want to see it added to Lodash.
Example
// -> ['c', 'a', 'b'] // -> [{name: 'Fred', name: 'Wilman', name: 'Barney', name: 'Betty'}]
Move an item in an array
npm install lodash-move
LoDash issue is here. Give it a 👍 if you want to see it added to Lodash.
// -> ['c', 'a', 'b'] // -> [{name: 'Fred', name: 'Wilman', name: 'Barney', name: 'Betty'}]
npm i lodash-move
12,676
1.1.1
MIT