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