Skip to content

Commit

Permalink
Export offline handler types (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato authored Nov 19, 2024
1 parent 2cc95c7 commit 3dcc3f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ export {
Flagsmith,
} from './sdk/index.js';

export {
BaseOfflineHandler,
LocalFileHandler,
} from './sdk/offline_handlers.js';

export {
FlagsmithConfig
} from './sdk/types.js'
Expand Down

0 comments on commit 3dcc3f5

Please sign in to comment.