Home > @jsplumb/util > isObject
#
isObject() functionReturns whether or not the given value is of type object
Signature:
export declare function isObject(o: any): boolean;
#
ParametersParameter | Type | Description |
---|---|---|
o | any |
Returns:
boolean
Home > @jsplumb/util > 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