repeat-string
Last updated
Was this helpful?
Last updated
Was this helpful?
Repeat the given string n times. Fastest implementation for repeating a string.
Install with :
Repeat the given string
the specified number
of times.
Example:
Example
Params
string
{String}: The string to repeat
number
{Number}: The number of times to repeat the string
returns
{String}: Repeated string
Run the benchmarks
Install dev dependencies:
Commits
Contributor
51
2
2
1
1
Install dev dependencies:
Jon Schlinkert
Repeat string is significantly faster than the native method (which is itself faster than ):
: Create an array by repeating the given value n times. |
Pull requests and stars are always welcome. For bugs and feature requests, .
(This document was generated by (a generator), please don't edit the readme directly. Any changes to the readme must be made in .)
To generate the readme and API documentation with :
Copyright © 2016, . Released under the .
This file was generated by , v0.2.0, on October 23, 2016.