From 1f004a7ab81d4dfd2e3f2052726ac695c6da44dd Mon Sep 17 00:00:00 2001 From: Jon Donovan Date: Tue, 3 Sep 2024 14:57:16 -0700 Subject: [PATCH] fix(retry): export RETRYABLE_ERR_FN_DEFAULT Without this, it's difficult to create an informational/delegated retry function, that wraps the default and logs the outcome / does some additional logic --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index a7e34694e..d4bf30367 100644 --- a/src/index.ts +++ b/src/index.ts @@ -78,6 +78,7 @@ export { HmacKeyResourceResponse, IdempotencyStrategy, PreconditionOptions, + RETRYABLE_ERR_FN_DEFAULT, ServiceAccount, Storage, StorageOptions,