astro-ghostcms/.pnpm-store/v3/files/27/ce9b14075706d722a9bae5e54fd...

8 lines
168 B
Plaintext

'use strict';
var implementation = require('./implementation');
module.exports = function getPolyfill() {
return Array.prototype.findLastIndex || implementation;
};