mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 03:47:50 +00:00
Fix findLast missing dependency (#4259)
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
import findLastIndex from './findLastIndex.js'
|
import findLastIndex from './findLastIndex.js'
|
||||||
|
import isArrayLike from './isArrayLike.js'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method is like `find` except that it iterates over elements of
|
* This method is like `find` except that it iterates over elements of
|
||||||
|
|||||||
Reference in New Issue
Block a user