1
0
mirror of https://github.com/actions/setup-node synced 2025-05-01 04:33:55 +00:00
setup-node/node_modules/lodash/_defineProperty.js
eric sciple e7ed525da5 .
2020-01-24 16:30:50 -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;