mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Apply more let/const transforms.
This commit is contained in:
@@ -27,7 +27,7 @@ function unzipWith(array, iteratee) {
|
||||
if (!(array && array.length)) {
|
||||
return [];
|
||||
}
|
||||
var result = unzip(array);
|
||||
const result = unzip(array);
|
||||
if (iteratee == null) {
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user