source:
imaps-frontend/node_modules/lodash-es/_defineProperty.js
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 231 bytes |
Line | |
---|---|
1 | import getNative from './_getNative.js'; |
2 | |
3 | var defineProperty = (function() { |
4 | try { |
5 | var func = getNative(Object, 'defineProperty'); |
6 | func({}, '', {}); |
7 | return func; |
8 | } catch (e) {} |
9 | }()); |
10 | |
11 | export default defineProperty; |
Note:
See TracBrowser
for help on using the repository browser.