Skip to content

Latest commit

 

History

History

string.prototype.repeat

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

ES6 String.prototype.repeat polyfill Build status

A robust & optimized ES3-compatible polyfill for the String.prototype.repeat method in ECMAScript 6.

Other polyfills for String.prototype.repeat are available:

Installation

In a browser:

<script src="repeat.js"></script>

Via npm:

npm install string.prototype.repeat

Then, in Node.js:

require('string.prototype.repeat');

// On Windows and on Mac systems with default settings, case doesn’t matter,
// which allows you to do this instead:
require('String.prototype.repeat');

Author

twitter/mathias
Mathias Bynens

License

This polyfill is available under the MIT license.