• File: index.js
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/node_modules/gopd/index.js
  • Date Modified: 02/04/2023 9:31 PM
  • File size: 263 bytes
  • MIME-type: text/plain
  • Charset: utf-8
'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;