Can be managed using yarn, npm, or jspm.
yarn add @array-like/rotate
npm install @array-like/rotate --save
jspm install npm:@array-like/rotate
Import the library where needed
const {rotateLeft, rotateRight} = await import('@array-like/rotate'); // or import {rotateLeft, rotateRight} from '@array-like/rotate';
More examples in the test files.