Bakhtina Sofya b84cb877be 1st comm vor 3 Wochen
..
test b84cb877be 1st comm vor 3 Wochen
.eslintignore b84cb877be 1st comm vor 3 Wochen
.eslintrc b84cb877be 1st comm vor 3 Wochen
.nycrc b84cb877be 1st comm vor 3 Wochen
.testem.json b84cb877be 1st comm vor 3 Wochen
CHANGELOG.md b84cb877be 1st comm vor 3 Wochen
LICENSE b84cb877be 1st comm vor 3 Wochen
README.md b84cb877be 1st comm vor 3 Wochen
index.js b84cb877be 1st comm vor 3 Wochen
package.json b84cb877be 1st comm vor 3 Wochen

README.md

is-object Version Badge

dependency status dev dependency status License Downloads

npm badge

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