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