function repeat(str, n) { return str.repeat(n); } export { repeat };