Skip to content

Commit 3dcc3f5

Browse files
authored
Export offline handler types (#166)
1 parent 2cc95c7 commit 3dcc3f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ export {
99
Flagsmith,
1010
} from './sdk/index.js';
1111

12+
export {
13+
BaseOfflineHandler,
14+
LocalFileHandler,
15+
} from './sdk/offline_handlers.js';
16+
1217
export {
1318
FlagsmithConfig
1419
} from './sdk/types.js'

0 commit comments

Comments
 (0)