Home Manual Reference Source

Usage

Import the library where needed

const {reverse} = await import('@array-like/reverse');
// or
import {reverse} from '@array-like/reverse';