common-utilsErrorisAbortErrorOn this pageisAbortError Type guard function to check if the given error is an AbortError Signature const isAbortError: (error: unknown) => error is AbortError Parameters NameTypeDescriptionerror-The error object to check Returns Whether the error is an AbortError