ouroboros-group/mybulma/node_modules/lodash/_defineProperty.js
2023-07-30 18:21:54 -06:00

11 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;