UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 112 B
/** * Repeat string n times */ declare function repeat(str: any, n: any): string; export default repeat;