mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Add missing isObject import to isIterateeCall (#4409)
This commit is contained in:
committed by
John-David Dalton
parent
142cee066d
commit
4f68e93a43
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user