/is-object-not-array

Given an object type value,Returns true if the value is an object and not an array or null.

Primary LanguageJavaScriptMIT LicenseMIT

is-object-not-array

给定一个object类型的值,判断是否是对象而非数组也不是null

简介

短小精干的类型检测工具

安装下载

快速使用

require('../release/bundle.js') // nodejs
<script src="https://github.com/reyshaw/is-object-not-array/releases"></script> // broswer
  • 使用文档
  • 二次开发文档

交流与提问

https://github.com/reyshaw/is-object-not-array/issues

关于作者

reyshaw