刘琳琳 97c35fdf0d 航汇HHArome小程序容器演示 2 months ago
..
.eslintignore 97c35fdf0d 航汇HHArome小程序容器演示 2 months ago
.eslintrc 97c35fdf0d 航汇HHArome小程序容器演示 2 months ago
.nycrc 97c35fdf0d 航汇HHArome小程序容器演示 2 months ago
.testem.json 97c35fdf0d 航汇HHArome小程序容器演示 2 months ago
CHANGELOG.md 97c35fdf0d 航汇HHArome小程序容器演示 2 months ago
LICENSE 97c35fdf0d 航汇HHArome小程序容器演示 2 months ago
README.md 97c35fdf0d 航汇HHArome小程序容器演示 2 months ago
index.js 97c35fdf0d 航汇HHArome小程序容器演示 2 months ago
package.json 97c35fdf0d 航汇HHArome小程序容器演示 2 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