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