string-utils-repeat

1.0.3 • Public • Published

Build Status Coverage Status Stable Version Download Status License

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.

Readme

Keywords

Package Sidebar

Install

npm i string-utils-repeat

Weekly Downloads

1

Version

1.0.3

License

MIT

Last publish

Collaborators

  • anv