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

6 lines
66 B
JavaScript

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