setup-php/node_modules/lodash/_defineProperty.js
Shivam Mathur 8f9786b73f init
2019-09-06 05:17:43 +05:30

12 lines
233 B
JavaScript

var getNative = require('./_getNative');
var defineProperty = (function() {
try {
var func = getNative(Object, 'defineProperty');
func({}, '', {});
return func;
} catch (e) {}
}());
module.exports = defineProperty;