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