isMeasure()
Home > @gooddata/sdk-model > isMeasure
isMeasure() function
Type guard for checking whether object is any type of measure.
Signature:
export declare function isMeasure(obj: unknown): obj is IMeasure;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| obj | unknown | 
Returns:
obj is IMeasure