Urara-Blog/node_modules/.pnpm-store/v3/files/94/ae29f4dfa9b648b2350a12e050e7e19728ec12f5a7e46f14810e3fd957b0736034602d1e2ae8a614a205a104395c705adbcf2013ebe88222ed0b0babcc3b45
2022-08-14 01:14:53 +08:00

7 lines
209 B
Text

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