Home > @jsplumbtoolkit/browser-ui > isObject
isObject() function
Returns whether or not the given value is of type object
Signature:
export declare function isObject(o: any): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
o | any |
Returns:
boolean
Home > @jsplumbtoolkit/browser-ui > isObject
Returns whether or not the given value is of type object
Signature:
export declare function isObject(o: any): boolean;
Parameter | Type | Description |
---|---|---|
o | any |
Returns:
boolean