rotate-array-to

Rotate an array to start a specified index

Usage no npm install needed!

<script type="module">
  import rotateArrayTo from 'https://cdn.skypack.dev/rotate-array-to';
</script>

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