%PDF- %PDF-
| Direktori : /home/vacivi36/.trash/vacivitta/node_modules/string.prototype.repeat/ |
| Current File : /home/vacivi36/.trash/vacivitta/node_modules/string.prototype.repeat/polyfill.js |
/*! https://mths.be/repeat v1.0.0 by @mathias */
'use strict';
var implementation = require('./implementation');
module.exports = function getPolyfill() {
return String.prototype.repeat || implementation;
};