string-repeat
Advanced tools
Repeat a string
Weekly downloads
Readme
$ npm install --save repeat
var repeat = require('string-repeat');
var example = repeat('repeat ', 5);
//=> repeat repeat repeat repeat repeat
console.log(example);
//=> repeat repeat repeat repeat repeat
Type: string
String to be repeated
Type: number
Number of times for string to be repeated
Bug fixes and other improvements have been made, a logo has also been added
MIT ©Maximilian Lloyd
FAQs
Repeat a string
The npm package string-repeat receives a total of 645 weekly downloads. As such, string-repeat popularity was classified as not popular.
We found that string-repeat demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.