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