Kevin 29b9a0c50c clean && clean html base 5 år sedan
..
test 29b9a0c50c clean && clean html base 5 år sedan
.jscs.json 29b9a0c50c clean && clean html base 5 år sedan
.npmignore 29b9a0c50c clean && clean html base 5 år sedan
.testem.json 29b9a0c50c clean && clean html base 5 år sedan
.travis.yml 29b9a0c50c clean && clean html base 5 år sedan
LICENSE 29b9a0c50c clean && clean html base 5 år sedan
README.md 29b9a0c50c clean && clean html base 5 år sedan
index.js 29b9a0c50c clean && clean html base 5 år sedan
package.json 29b9a0c50c clean && clean html base 5 år sedan

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