mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Apply let/const transform.
This commit is contained in:
@@ -17,7 +17,7 @@ import toKey from './_toKey.js';
|
||||
function hasPath(object, path, hasFunc) {
|
||||
path = castPath(path, object);
|
||||
|
||||
var index = -1,
|
||||
let index = -1,
|
||||
length = path.length,
|
||||
result = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user