Files
jiahong-doc/code/enterprise-homepage/node_modules/gopd/index.js
T
jiahong 021b3f82db up
2026-03-27 02:12:03 +08:00

16 lines
206 B
JavaScript

'use strict';
/** @type {import('.')} */
var $gOPD = require('./gOPD');
if ($gOPD) {
try {
$gOPD([], 'length');
} catch (e) {
// IE 8 has a broken gOPD
$gOPD = null;
}
}
module.exports = $gOPD;