Sha256: 1d34bf8fd50315ad79bf71163475b928721295361a3d2dae52d988b9ea4fd09a
Contents?: true
Size: 263 Bytes
Versions: 50
Compression:
Stored size: 263 Bytes
Contents
'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;
Version data entries
50 entries across 50 versions & 2 rubygems