UNPKG

meteor-node-stubs

Version:

Stub implementations of Node built-in modules, a la Browserify

16 lines (12 loc) 206 B
'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;