TenantAtlas/apps/platform/.pnpm-store/v10/files/62/196d1fcf54b8d81b7e62e555ac852f46e665a6706a76b094b847511a92985c653a9f5981b3b8ab32e37ad8882a7fb30a00f0a11695f904e45f57b5aaed8bb1
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

16 lines
206 B
Plaintext

'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;