:cherries: @string-plumbing/mul
Create a string by repeating a smaller one with JavaScript. See docs.
import {mul} from '@string-plumbing/mul';
mul('ha', 3); // 'hahaha'
Create a string by repeating a smaller one with JavaScript. See docs.
import {mul} from '@string-plumbing/mul';
mul('ha', 3); // 'hahaha'