Kevin 29b9a0c50c clean && clean html base 5 роки тому
..
test 29b9a0c50c clean && clean html base 5 роки тому
.jscs.json 29b9a0c50c clean && clean html base 5 роки тому
.npmignore 29b9a0c50c clean && clean html base 5 роки тому
.testem.json 29b9a0c50c clean && clean html base 5 роки тому
.travis.yml 29b9a0c50c clean && clean html base 5 роки тому
LICENSE 29b9a0c50c clean && clean html base 5 роки тому
README.md 29b9a0c50c clean && clean html base 5 роки тому
index.js 29b9a0c50c clean && clean html base 5 роки тому
package.json 29b9a0c50c clean && clean html base 5 роки тому

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