Repeat the given string n times. Fastest implementation for repeating a string.
jonschlinkertover 2 years agoCreate an array by repeating the given value n times.
jonschlinkertover 2 years agoRetries a function that returns a promise, leveraging the power of the retry module.
IndigoUnitedover 2 years agoA robust & optimized String.prototype.repeat
polyfill, based on the ECMAScript 6 specification.