odin-default-js-exercises/repeatString/repeatString.js

6 lines
68 B
JavaScript

const repeatString = function() {
}
module.exports = repeatString