Skip to main content

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

ParameterTypeDescription
oany

Returns:

boolean