Files
CATALOGO_INFINITY/backend/node_modules/lodash/_defineProperty.js
T
2026-06-09 08:25:57 -05:00

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;