Skip to content

Commit db890fd

Browse files
authored
fix(retry): export RETRYABLE_ERR_FN_DEFAULT (#2517)
Without this, it's difficult to create an informational/delegated retry function, that wraps the default and logs the outcome / does some additional logic
1 parent f78fe92 commit db890fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export {
7878
HmacKeyResourceResponse,
7979
IdempotencyStrategy,
8080
PreconditionOptions,
81+
RETRYABLE_ERR_FN_DEFAULT,
8182
ServiceAccount,
8283
Storage,
8384
StorageOptions,

0 commit comments

Comments
 (0)