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