Files
screenshot-tools/node_modules/gopd/index.js
Frank John Begornia c926590e1d first commit
2025-12-23 01:51:15 +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;