A standalone module exporting lodash's _.isObject function (v3.0.2). Checks if a value is a language type of 'object', excluding null. This modularized lodash package is part of the v3 series and is considered legacy; it is recommended to use the full lodash 4.x+ or lodash-es packages instead. The package is deprecated and no longer maintained, with no new releases planned. Version 3.0.2 is the latest and final release.
npm install lodash.isobjectVerified import paths — ran on the pinned version, not inferred.
Demonstrates using require() to import the module and testing various values with isObject().
Replace with lodash 4.x: npm install lodash and use _.isObject.
Use isObjectLike or isPlainObject if you want to exclude functions.
Use npm install lodash.isobject (lowercase).
If you need v4 behavior, use 'lodash' package directly.
Run 'npm install lodash.isobject' and require exactly 'lodash.isobject' (lowercase).
Use require('lodash.isobject') or switch to lodash-es if you need ESM.Use 'const isObject = require('lodash.isobject')' directly.No dependency data recorded yet.