From 4f385eb711d41f0dfe1209cc8d020a32208cba88 Mon Sep 17 00:00:00 2001 From: Fernando Zavalia <24811313+fzavalia@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:53:33 -0300 Subject: [PATCH] feat: Export provider adapter (#92) --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 459095c..c0605b5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,3 +3,4 @@ export * from './connectors' export * from './configuration' export * from './types' export * from './providers' +export * from './ProviderAdapter'