astro-ghostcms/.pnpm-store/v3/files/b9/8a3f32a0f2197f27d2b3ef65f40...

17 lines
263 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
'use strict';
var GetIntrinsic = require('get-intrinsic');
var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);
if ($gOPD) {
try {
$gOPD([], 'length');
} catch (e) {
// IE 8 has a broken gOPD
$gOPD = null;
}
}
module.exports = $gOPD;