isNotSupported()
Home > @gooddata/sdk-backend-spi > isNotSupported
isNotSupported() function
Type guard checking whether input is an instance of NotSupported
Signature:
export declare function isNotSupported(obj: unknown): obj is NotSupported;
Parameters
Parameter |
Type |
Description |
---|---|---|
obj |
unknown |
Returns:
obj is NotSupported