Can be managed using yarn, npm, or jspm.
yarn add @array-like/reduce
npm install @array-like/reduce --save
jspm install npm:@array-like/reduce
Import the library where needed
const reduce = await import('@array-like/reduce'); // or import * as reduce from '@array-like/reduce';
More examples in the test files.