Home > @jsplumbtoolkit/browser-ui > isEmpty
isEmpty() function
Returns whether or not the given object - which may be ArrayLike, or an object - is empty.
Signature:
export declare function isEmpty(o: any): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
o | any |
Returns:
boolean