UNPKG

angular-auth-oidc-client

Version:
9 lines (8 loc) 290 B
/** * checks if the error is a network error * by checking if either internal error is a ProgressEvent with type error * or another error with status 0 * @param error * @returns true if the error is a network error */ export declare const isNetworkError: (error: unknown) => boolean;