repeats Repeat a string one or more times: repeats(string[, number]) Example var repeats = require('repeats'); console.log(repeats('na', 16), 'BATMAN!'); // nananananananananananananananana BATMAN! Installation $ npm install repeats Testing $ npm test $ npm run lint License MIT