repeat-string NPM version

Repeat the given string, n times.

Install

Install with npm

npm i repeat-string --save

Install with bower

bower install repeat-string --save

Usage

var repeat = require('repeat-string');

repeat('A', 5);
//=> AAAAA

Author

Jon Schlinkert

Other javascript/node.js utils

Other projects that I maintain:

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license


This file was generated by verb-cli on October 01, 2014.