function isObjectUnsafer(val): val is Object
Returns true for objects, includings arrays and functions.
Matches the behavior of goog.isObject, with an extremely permissive type.
Parameter | Type | Description |
---|
val | any | Variable to test. |
val is Object
Whether variable is an object.