Fix findLast missing dependency (#4259)

This commit is contained in:
Amu
2019-04-15 00:26:02 +08:00
committed by John-David Dalton
parent 750067f42d
commit c68170b336

View File

@@ -1,4 +1,5 @@
import findLastIndex from './findLastIndex.js'
import isArrayLike from './isArrayLike.js'
/**
* This method is like `find` except that it iterates over elements of