Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @string-plumbing/mul

npm

npm install @string-plumbing/mul --save

jspm

jspm install npm:@string-plumbing/mul

Usage

Import the library where needed

const {mul} = await import('@string-plumbing/mul');
// or
import {mul} from '@string-plumbing/mul';

Examples

More examples in the test files.