Home Manual Reference Source

Usage

Import the library where needed

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