mul(string: string, n: number): *
Concatenate the input string with n-1 copies of itself.
import mul from '@string-plumbing/mul/src/mul.js'