mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Use more destructuring.
This commit is contained in:
@@ -22,7 +22,7 @@ function baseUniq(array, iteratee, comparator) {
|
||||
let includes = arrayIncludes
|
||||
let isCommon = true
|
||||
|
||||
const length = array.length
|
||||
const { length } = array
|
||||
const result = []
|
||||
let seen = result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user