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