Bakhtina Sofya b84cb877be 1st comm 2 月之前
..
test b84cb877be 1st comm 2 月之前
.eslintignore b84cb877be 1st comm 2 月之前
.eslintrc b84cb877be 1st comm 2 月之前
.nycrc b84cb877be 1st comm 2 月之前
.testem.json b84cb877be 1st comm 2 月之前
CHANGELOG.md b84cb877be 1st comm 2 月之前
LICENSE b84cb877be 1st comm 2 月之前
README.md b84cb877be 1st comm 2 月之前
index.js b84cb877be 1st comm 2 月之前
package.json b84cb877be 1st comm 2 月之前

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