Skip to content

Commit

Permalink
build: add retry fn
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Aug 22, 2023
1 parent f49c839 commit d1d49b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Authenticator } from './authn/interfaces'
export {
Message,
DecodedMessage,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit d1d49b1

Please sign in to comment.