'use strict'; var implementation = require('./implementation'); module.exports = function getPolyfill() { return typeof String.prototype.padEnd === 'function' ? String.prototype.padEnd : implementation; };