string-utils-repeat
v1.0.3
Published
string repeat
Downloads
4
Readme
Repeating a string (X) times
#Installation
$ npm install string-utils-repeat
#How to use
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.