Current Path : /home/infinitibizsol/.trash/node_modules.9/string.prototype.padend/ |
Current File : /home/infinitibizsol/.trash/node_modules.9/string.prototype.padend/polyfill.js |
'use strict'; var implementation = require('./implementation'); module.exports = function getPolyfill() { return typeof String.prototype.padEnd === 'function' ? String.prototype.padEnd : implementation; };