给定一个object类型的值,判断是否是对象而非数组也不是null
短小精干的类型检测工具
- 下载地址: http://demo.com/
- npm i is-object-not-array
- CDN http://demo.com/
require('../release/bundle.js') // nodejs
<script src="https://github.com/reyshaw/is-object-not-array/releases"></script> // broswer
- 使用文档
- 二次开发文档