0.0.1 • Published 4 years ago
@string-plumbing/mul v0.0.1
: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'0.0.1
4 years ago
Create a string by repeating a smaller one with JavaScript. See docs.
import {mul} from '@string-plumbing/mul';
mul('ha', 3); // 'hahaha'4 years ago