Icard/angular-clarity-master(work.../node_modules/lodash-es/_defineProperty.js

12 lines
231 B
JavaScript
Raw Normal View History

2024-07-16 14:55:36 +00:00
import getNative from './_getNative.js';
var defineProperty = (function() {
try {
var func = getNative(Object, 'defineProperty');
func({}, '', {});
return func;
} catch (e) {}
}());
export default defineProperty;