徐总多门店
 
 
 
 
 
 
yangsai c3106436ae 20141015 5 months ago
..
test 20141015 5 months ago
.eslintignore 20141015 5 months ago
.eslintrc 20141015 5 months ago
.nycrc 20141015 5 months ago
.testem.json 20141015 5 months ago
CHANGELOG.md 20141015 5 months ago
LICENSE 20141015 5 months ago
README.md 20141015 5 months ago
index.js 20141015 5 months ago
package.json 20141015 5 months ago

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