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

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