Skip to content

Commit

Permalink
fix: IStorageProvider type export (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek authored Oct 10, 2023
1 parent eacdd4f commit 7f30082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,6 @@ export class UnleashClient extends TinyEmitter {
}

// export storage providers from root module
export { IStorageProvider, LocalStorageProvider, InMemoryStorageProvider };
export { type IStorageProvider, LocalStorageProvider, InMemoryStorageProvider };

export type { IConfig, IContext, IMutableContext, IVariant, IToggle };

0 comments on commit 7f30082

Please sign in to comment.