Description
isPlainObject is a function to check wether a val is a plain object.
Syntax
invincible.isPlainObject(val)
Params
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| val | Any | true | The source value to check |
Return
| Type | Description |
|---|---|
| Boolean | Return wether the value is a plain object |
Examples
|