Files
yu-zhi-ran/platform/frontend-vue/node_modules/lodash-es/_defineProperty.js
T
2026-05-01 06:48:21 +08:00

12 lines
231 B
JavaScript

import getNative from './_getNative.js';
var defineProperty = (function() {
try {
var func = getNative(Object, 'defineProperty');
func({}, '', {});
return func;
} catch (e) {}
}());
export default defineProperty;