UNPKG

@zkochan/pnpm

Version:

Fast, disk space efficient package manager

8 lines (5 loc) 213 B
'use strict'; var implementation = require('./implementation'); module.exports = function getPolyfill() { return typeof String.prototype.padStart === 'function' ? String.prototype.padStart : implementation; };