UNPKG

@authsignal/node

Version:

<img width="1070" alt="Authsignal" src="https://raw.githubusercontent.com/authsignal/authsignal-node/main/.github/images/authsignal.png">

4 lines (3 loc) 158 B
import { AxiosError } from "axios"; export declare const DEFAULT_RETRIES = 2; export declare function isRetryableAuthsignalError(error: AxiosError): boolean;