rotate-array-to
v1.0.0
Published
Rotate an array to start a specified index
Downloads
3
Readme
rotate-array-to
Rotate an array to a given index
Installation
npm install rotate-array-to
Usage
import rotateArrayTo from "rotate-array-to";
const array = [ "apples", "oranges", "bananas", "peaches" ];
rotateArrayTo(array, 2); // [ "bananas", "peaches", "apples", "oranges" ]
License
Made with :sparkling_heart: by NewOrbit in Oxfordshire, and licensed under the MIT Licence