0.0.1 • Published 9 years ago
repeats v0.0.1
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
0.0.1
9 years ago