Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @array-like/reduce

npm

npm install @array-like/reduce --save

jspm

jspm install npm:@array-like/reduce

Usage

Import the library where needed

const reduce = await import('@array-like/reduce');
// or
import * as reduce from '@array-like/reduce';

Examples

More examples in the test files.