{"library":"lodash._isiterateecall","title":"lodash internal isIterateeCall","description":"This package is an internal module from lodash v3.0.9, providing the `isIterateeCall` function used internally by lodash. It is part of the lodash modular builds (the 'modern build') and is not intended for direct public consumption. The package is obsolete and unmaintained; lodash v4.0.0 (released in 2016) introduced major breaking changes, removing many internal modules. Users should not use this package directly; instead, use the main lodash package (`lodash`) or `lodash-es` for modern ESM usage. The package has approximately 5 million weekly downloads, mostly as a transitive dependency of older lodash v3.x ecosystem. No active releases since 2016.","language":"javascript","status":"deprecated","last_verified":"Sat Apr 25","install":{"commands":["npm install lodash._isiterateecall"],"cli":null},"imports":["require('lodash._isiterateecall')","var _ = require('lodash'); _.isIterateeCall(value, index, object)","Do not use any replacement; this function is internal and not needed externally."],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"var lodash = require('lodash');\nvar internalIsIterateeCall = require('lodash._isiterateecall');\n\n// Example: used internally in lodash v3 iteratee utilities\nvar result = internalIsIterateeCall([1, 2, 3], 2, '2');\nconsole.log(result); // true or false, but not meant for public use","lang":"javascript","description":"Demonstrates using the deprecated internal module. Not recommended for new code.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}