UNPKG

hummus-recipe

Version:

A powerful PDF tool for NodeJS based on HummusJS

16 lines (12 loc) 258 B
'use strict'; var GetIntrinsic = require('../GetIntrinsic'); var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%'); if ($gOPD) { try { $gOPD([], 'length'); } catch (e) { // IE 8 has a broken gOPD $gOPD = null; } } module.exports = $gOPD;