UNPKG

ut-tools

Version:

Build and Release management automation package.

10 lines (6 loc) 212 B
/*! https://mths.be/repeat v1.0.0 by @mathias */ 'use strict'; var implementation = require('./implementation'); module.exports = function getPolyfill() { return String.prototype.repeat || implementation; };