APPLE 025c69e553 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
..
test 025c69e553 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
.jscs.json 025c69e553 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
.npmignore 025c69e553 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
.testem.json 025c69e553 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
.travis.yml 025c69e553 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
LICENSE 025c69e553 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
README.md 025c69e553 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
index.js 025c69e553 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
package.json 025c69e553 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos

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