Bakhtina Sofya b84cb877be 1st comm 3 هفته پیش
..
test b84cb877be 1st comm 3 هفته پیش
.eslintignore b84cb877be 1st comm 3 هفته پیش
.eslintrc b84cb877be 1st comm 3 هفته پیش
.nycrc b84cb877be 1st comm 3 هفته پیش
.testem.json b84cb877be 1st comm 3 هفته پیش
CHANGELOG.md b84cb877be 1st comm 3 هفته پیش
LICENSE b84cb877be 1st comm 3 هفته پیش
README.md b84cb877be 1st comm 3 هفته پیش
index.js b84cb877be 1st comm 3 هفته پیش
package.json b84cb877be 1st comm 3 هفته پیش

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