Home Manual Reference Source

Usage

Import the library where needed

const {rotateLeft, rotateRight} = await import('@array-like/rotate');
// or
import {rotateLeft, rotateRight} from '@array-like/rotate';