CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
index.js16 linesDownload Raw Back to gopd
1'use strict';2 3/** @type {import('.')} */4var $gOPD = require('./gOPD');5 6if ($gOPD) {7	try {8		$gOPD([], 'length');9	} catch (e) {10		// IE 8 has a broken gOPD11		$gOPD = null;12	}13}14 15module.exports = $gOPD;16