source: trip-planner-front/node_modules/lodash/_defineProperty.js@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 233 bytes
Line 
1var getNative = require('./_getNative');
2
3var defineProperty = (function() {
4 try {
5 var func = getNative(Object, 'defineProperty');
6 func({}, '', {});
7 return func;
8 } catch (e) {}
9}());
10
11module.exports = defineProperty;
Note: See TracBrowser for help on using the repository browser.