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