A robust & optimized String.prototype.repeat
polyfill, based on the ECMAScript 6 specification.
Repeat the given string n times. Fastest implementation for repeating a string.
Create an array by repeating the given value n times.
Retries a function that returns a promise, leveraging the power of the retry module.