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