mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
Apply let/const transform.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import getNative from './_getNative.js';
|
||||
|
||||
var defineProperty = ((() => {
|
||||
const defineProperty = ((() => {
|
||||
try {
|
||||
var func = getNative(Object, 'defineProperty');
|
||||
const func = getNative(Object, 'defineProperty');
|
||||
func({}, '', {});
|
||||
return func;
|
||||
} catch (e) {}
|
||||
|
||||
Reference in New Issue
Block a user