UNPKG

bahtrext

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