Add missing isObject import to isIterateeCall (#4409)

This commit is contained in:
Luiz Américo
2019-08-16 14:53:49 -03:00
committed by John-David Dalton
parent 142cee066d
commit 4f68e93a43

View File

@@ -1,5 +1,6 @@
import isArrayLike from '../isArrayLike.js' import isArrayLike from '../isArrayLike.js'
import isIndex from './isIndex.js' import isIndex from './isIndex.js'
import isObject from '../isObject.js'
/** /**
* Checks if the given arguments are from an iteratee call. * Checks if the given arguments are from an iteratee call.