isBucket()
Home > @gooddata/sdk-model > isBucket
isBucket() function
Type-guard testing whether the provided object is an instance of IBucket.
Signature:
export declare function isBucket(obj: unknown): obj is IBucket;
Parameters
Parameter | Type | Description |
---|---|---|
obj | unknown | object to test |
Returns:
obj is IBucket