刘琳琳 97c35fdf0d 航汇HHArome小程序容器演示 2 月之前
..
.eslintignore 97c35fdf0d 航汇HHArome小程序容器演示 2 月之前
.eslintrc 97c35fdf0d 航汇HHArome小程序容器演示 2 月之前
.nycrc 97c35fdf0d 航汇HHArome小程序容器演示 2 月之前
.testem.json 97c35fdf0d 航汇HHArome小程序容器演示 2 月之前
CHANGELOG.md 97c35fdf0d 航汇HHArome小程序容器演示 2 月之前
LICENSE 97c35fdf0d 航汇HHArome小程序容器演示 2 月之前
README.md 97c35fdf0d 航汇HHArome小程序容器演示 2 月之前
index.js 97c35fdf0d 航汇HHArome小程序容器演示 2 月之前
package.json 97c35fdf0d 航汇HHArome小程序容器演示 2 月之前

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