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