Skip to main content

Home > @jsplumb/util > isObject

isObject() function#

Returns whether or not the given value is of type object

Signature:

export declare function isObject(o: any): boolean;

Parameters#

ParameterTypeDescription
oany

Returns:

boolean