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