UNPKG

bahtrext

Version:
1 lines 73 B
export default (str, x) => x.reduce((acc, i) => acc.repeat(i), `${str}`);