Sha256: a8653656455cff2f5c9f4fec5dafb5b45199cbbd5b7d80a5c93df029e478138e
Contents?: true
Size: 608 Bytes
Versions: 2
Compression:
Stored size: 608 Bytes
Contents
# lodash.isplainobject v3.2.0 The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash’s](https://lodash.com/) `_.isPlainObject` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module. ## Installation Using npm: ```bash $ {sudo -H} npm i -g npm $ npm i --save lodash.isplainobject ``` In Node.js/io.js: ```js var isPlainObject = require('lodash.isplainobject'); ``` See the [documentation](https://lodash.com/docs#isPlainObject) or [package source](https://github.com/lodash/lodash/blob/3.2.0-npm-packages/lodash.isplainobject) for more details.
Version data entries
2 entries across 2 versions & 1 rubygems