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