isObject
Check if the provided parameter is an object or not.
Presentation
function isObject (item: unknown): boolean;
Returns
boolean
-true if it's an ibject ; false otherwise.
Parameters
Name | Type | Description |
---|---|---|
item | unknown | The unknown type parameter. |