lodash.isobject
The modern build of lodash’s `_.isObject` as a module.
Last updated 10 years ago by jdalton .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install lodash.isobject 
SYNC missed versions from official npm registry.

lodash.isobject v3.0.2

The modern build of lodash’s _.isObject exported as a Node.js/io.js module.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash.isobject

In Node.js/io.js:

var isObject = require('lodash.isobject');

See the documentation or package source for more details.

Current Tags

  • 3.0.2                                ...           latest (10 years ago)

10 Versions

  • 3.0.2                                ...           10 years ago
  • 3.0.1                                ...           10 years ago
  • 3.0.0                                ...           10 years ago
  • 2.4.1                                ...           11 years ago
  • 2.4.0                                ...           11 years ago
  • 2.3.0                                ...           11 years ago
  • 2.2.1                                ...           11 years ago
  • 2.2.0                                ...           11 years ago
  • 2.1.0                                ...           11 years ago
  • 2.0.0                                ...           11 years ago

Copyright 2013 - present © cnpmjs.org | Home |