Can be managed using yarn, npm, or jspm.
yarn add @string-plumbing/mul
npm install @string-plumbing/mul --save
jspm install npm:@string-plumbing/mul
Import the library where needed
const {mul} = await import('@string-plumbing/mul'); // or import {mul} from '@string-plumbing/mul';
More examples in the test files.