From d1d49b1c3d82ba5c829d1dfd892db85cffe02cd8 Mon Sep 17 00:00:00 2001 From: Nicholas Molnar Date: Tue, 22 Aug 2023 11:06:25 -0700 Subject: [PATCH] build: add retry fn --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index cc9b66ec..6aea3faf 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,3 @@ -import { Authenticator } from './authn/interfaces' export { Message, DecodedMessage, @@ -73,10 +72,11 @@ export { UnsubscribeFn, OnConnectionLostCallback, } from './ApiClient' -export { Authenticator, AuthCache } from './authn' +export { Authenticator, AuthCache, LocalAuthenticator } from './authn' export { nsToDate, dateToNs, + retry, fromNanoString, toNanoString, mapPaginatedStream,