source:
trip-planner-front/node_modules/lodash/_defineProperty.js@
6fe77af
Last change on this file since 6fe77af was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 233 bytes |
Line | |
---|---|
1 | var getNative = require('./_getNative'); |
2 | |
3 | var defineProperty = (function() { |
4 | try { |
5 | var func = getNative(Object, 'defineProperty'); |
6 | func({}, '', {}); |
7 | return func; |
8 | } catch (e) {} |
9 | }()); |
10 | |
11 | module.exports = defineProperty; |
Note:
See TracBrowser
for help on using the repository browser.