UNPKG

723 BMarkdownView Raw
1# repeat-string [![NPM version](https://badge.fury.io/js/repeat-string.png)](http://badge.fury.io/js/repeat-string)
2
3> Repeat the given string, n times.
4
5## Install
6Install with [npm](npmjs.org):
7
8```bash
9npm i repeat-string --save-dev
10```
11
12
13## Usage
14Require `repeat-string`:
15
16```js
17var repeatString = require('repeat-string');
18console.log(repeatString('A', 5));
19//=> AAAAA
20```
21
22## Author
23
24**Jon Schlinkert**
25
26+ [github/jonschlinkert](https://github.com/jonschlinkert)
27+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
28
29## License
30Copyright (c) 2014 Jon Schlinkert, contributors.
31Released under the MIT license
32
33***
34
35_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 03, 2014._
\No newline at end of file