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