diff --git a/findLast.js b/findLast.js index 3f33f09a0..4f5ba6d79 100644 --- a/findLast.js +++ b/findLast.js @@ -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