cordova-plugin-uiwebview-engine
Version:
Cordova UIWebView Engine Plugin
51 lines (36 loc) • 879 B
Markdown
[![npm version][1]][0] [![downloads][2]][0]
Is the value an object or an array but not null or RegExp?
```
$ yarn add objectorarray
```
```js
import objectorarray from 'objectorarray'
```
All of the following return true:
```js
objectorarray({})
objectorarray([])
objectorarray(Object.create({}))
objectorarray(Object.create(Object.prototype))
objectorarray(Object.create(null))
objectorarray(new Foo)
```
### False
All of the following return false:
```js
objectorarray()
objectorarray(function () {})
objectorarray(1)
objectorarray(/foo/)
objectorarray(undefined)
objectorarray(null)
```
MIT
[]: https://npmjs.org/package/objectorarray
[]: https://img.shields.io/npm/v/objectorarray.svg?style=flat-square
[]: http://img.shields.io/npm/dm/objectorarray.svg?style=flat-square