PIbd-22.-Stroev-V.M.-Intern.../Lab2/node_modules/lodash/_defineProperty.js

12 lines
233 B
JavaScript
Raw Normal View History

2023-10-28 01:49:09 +04:00
var getNative = require('./_getNative');
var defineProperty = (function() {
try {
var func = getNative(Object, 'defineProperty');
func({}, '', {});
return func;
} catch (e) {}
}());
module.exports = defineProperty;