repeat-string
repeat-string copied to clipboard
Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)
This library has a built-in cache, so any comparison to other libraries or native functions is useless and the documentation is misleading for developers. Please correct the documentation and include...
This pull request has a few things going on: 1. Mocha was a bit out of date. Upgraded it but that meant having to stop testing on Node.js 6 and...
Just an idea, I don't know if there are any ramifications to this, but according to [my jsperf test](https://jsperf.com/repeat-stream-optimization) this is 58% faster for `num
## Corrected a bug in input parameter When calling the function there was no check the number parameter being really a number. This bug fix use an appropriated ad hoc...