Skip to content

Commit

Permalink
docs: Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pukuba committed Dec 20, 2023
1 parent f89dcb9 commit 52b26ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export type Options = {
/**
Decide if a retry should occur based on the error. Returning true triggers a retry, false aborts with the error.
shouldRetry is not called for TypeErrors (except network errors) and AbortError.
@param error - The error thrown by the input function.
@example
Expand Down

0 comments on commit 52b26ba

Please sign in to comment.