mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Use more destructuring.
This commit is contained in:
@@ -22,7 +22,7 @@ function baseDifference(array, values, iteratee, comparator) {
|
||||
let index = -1
|
||||
let includes = arrayIncludes
|
||||
let isCommon = true
|
||||
const length = array.length
|
||||
const { length } = array
|
||||
const result = []
|
||||
const valuesLength = values.length
|
||||
|
||||
|
||||
Reference in New Issue
Block a user