hasBubble() function
Type guard that checks whether the given object is a IHasBubble.
Signature:
export declare function hasBubble(obj: any): obj is IHasBubble;
Parameters
Parameter | Type | Description |
|---|---|---|
obj | any |
Returns:
obj is IHasBubble
Type guard that checks whether the given object is a IHasBubble.
Signature:
export declare function hasBubble(obj: any): obj is IHasBubble;
Parameter | Type | Description |
|---|---|---|
obj | any |
Returns:
obj is IHasBubble