npm install string-utils-repeat




Repeating a string (X) times
#Installation
``
`
$ npm install string-utils-repeat
`
#How to use
javascript
``
var stringUtil = require('string-utils-repeat');
stringUtil.repeat("yourString", numberOfTimes, function(error, result) {
// your code
});
#Run test
npm test
#License
The MIT License (MIT). Please see License File for more information.