repeats

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i repeats

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • remarkablemark