CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
1'use strict';2 3/** @type {import('.')} */4var $defineProperty = Object.defineProperty || false;5if ($defineProperty) {6	try {7		$defineProperty({}, 'a', { value: 1 });8	} catch (e) {9		// IE 8 has a broken defineProperty10		$defineProperty = false;11	}12}13 14module.exports = $defineProperty;15