Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @array-like/reverse

npm

npm install @array-like/reverse --save

jspm

jspm install npm:@array-like/reverse

Usage

Import the library where needed

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

Examples

More examples in the test files.