Usage
Import the library where needed
const {rotateLeft, rotateRight} = await import('@array-like/rotate');
// or
import {rotateLeft, rotateRight} from '@array-like/rotate';
Import the library where needed
const {rotateLeft, rotateRight} = await import('@array-like/rotate');
// or
import {rotateLeft, rotateRight} from '@array-like/rotate';