vlad 6f123ff03e 18.07 6 anni fa
..
test 6f123ff03e 18.07 6 anni fa
.jscs.json 6f123ff03e 18.07 6 anni fa
.npmignore 6f123ff03e 18.07 6 anni fa
.testem.json 6f123ff03e 18.07 6 anni fa
.travis.yml 6f123ff03e 18.07 6 anni fa
LICENSE 6f123ff03e 18.07 6 anni fa
README.md 6f123ff03e 18.07 6 anni fa
index.js 6f123ff03e 18.07 6 anni fa
package.json 6f123ff03e 18.07 6 anni fa

README.md

is-object Version Badge

build status dependency status dev dependency status License Downloads

npm badge

browser support

Checks whether a value is an object

Because typeof null is a troll.

Example

var isObject = require('is-object');
var assert = require('assert');

assert.equal(isObject(null), false);
assert.equal(isObject({}), true);

Installation

npm install is-object

Contributors

MIT Licensed