isobject / 2.0.0 last updated 8 months ago created on Jun 30th 2014
Install
npm install --save isobject
Clone
git clone git@github.com:jonschlinkert/isobject.git
maintainers
jonschlinkert
doowb
versions
7 total
| 2.0.0 | 9 months ago | jonschlinkert |
| 1.0.2 | 9 months ago | jonschlinkert |
| 1.0.1 | 9 months ago | jonschlinkert |
| 1.0.0 | a year ago | jonschlinkert |
| 0.2.0 | 2 years ago | jonschlinkert |
| 0.1.1 | 2 years ago | jonschlinkert |
| 0.1.0 | 2 years ago | jonschlinkert |
readme
isobject
Returns true if the value is an object and not an array or null.
Use is-plain-object if you want only objects that are created by the Object constructor.
Install
Install with npm
Install with bower
Usage
True
All of the following return true:
False
All of the following return false:
Related projects
- assign-deep: Deeply assign the enumerable properties of source objects to a destination object.
- extend-shallow: Extend an object with the properties of additional objects. node.js/javascript util.
- is-plain-object: Returns true if an object was created by the
Objectconstructor. - is-extendable: Returns true if a value is any of the object types: array, regexp, plain object,… more
- is-equal-shallow: Does a shallow comparison of two objects, returning false if the keys or values differ.
- kind-of: Get the native type of a value.
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Author
Jon Schlinkert
License
Copyright © 2014-2015 Jon Schlinkert Released under the MIT license.
This file was generated by verb-cli on July 20, 2015.