CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
_defineProperty.js12 linesDownload Raw Back to lodash-es
1import getNative from './_getNative.js';2 3var defineProperty = (function() {4  try {5    var func = getNative(Object, 'defineProperty');6    func({}, '', {});7    return func;8  } catch (e) {}9}());10 11export default defineProperty;12 
basant307/AI_Governance_Project · CoolFace