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