APPLE 025c69e553 wesmiler 点什么广告 hace 3 años
..
test 025c69e553 wesmiler 点什么广告 hace 3 años
.jscs.json 025c69e553 wesmiler 点什么广告 hace 3 años
.npmignore 025c69e553 wesmiler 点什么广告 hace 3 años
.testem.json 025c69e553 wesmiler 点什么广告 hace 3 años
.travis.yml 025c69e553 wesmiler 点什么广告 hace 3 años
LICENSE 025c69e553 wesmiler 点什么广告 hace 3 años
README.md 025c69e553 wesmiler 点什么广告 hace 3 años
index.js 025c69e553 wesmiler 点什么广告 hace 3 años
package.json 025c69e553 wesmiler 点什么广告 hace 3 años

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